opnsense-src/sys/contrib/dev/iwlwifi
Bjoern A. Zeeb 26a3694833 iwlwifi: move an ieee80211_get_tid() call
Introduce a local change.  It seems ieee80211_get_tid() does not deal
with non-dataqos packets unlike net80211's ieee80211_gettid().
Gernally all calls in Linux drivers to ieee80211_get_tid() seem to
be proceeded by an ieee80211_is_data_qos() check.

Moving the ieee80211_get_tid() has no difference in the result, but
(a) saves us the call if we do not need it due to an earlier return,
and (b) allows us to put an assert into the LinuxKPI ieee80211_get_tid()
implementation to avoid accidentally returning random frame header data
in case of a missing earlier ieee80211_is_data_qos() check in (future/
other) drivers.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
2022-08-31 23:01:36 +00:00
..
cfg iwlwifi firmware: update to -73 / newer builds for 9xxx 2022-07-31 00:41:33 +00:00
fw iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
mei iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
mvm iwlwifi: move an ieee80211_get_tid() call 2022-08-31 23:01:36 +00:00
pcie iwlwifi: add sysctl to dump PCI IDs/ names / firmware-prefixes 2022-06-03 14:50:15 +00:00
queue iwlwifi: add FreeBSD specific debugging 2022-08-17 16:11:47 +00:00
iwl-agn-hw.h
iwl-config.h iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
iwl-context-info-gen3.h iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
iwl-context-info.h
iwl-csr.h iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
iwl-dbg-tlv.c iwlwifi: import two fixes from linux v5.18-rc7 2022-05-16 18:07:36 +00:00
iwl-dbg-tlv.h iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
iwl-debug.c iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-debug.h iwlwifi: enhance debug information 2022-02-24 21:42:01 +00:00
iwl-devtrace.c
iwl-devtrace.h
iwl-drv.c iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
iwl-drv.h iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-eeprom-parse.c
iwl-eeprom-parse.h
iwl-eeprom-read.c iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-eeprom-read.h
iwl-fh.h iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-io.c iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-io.h
iwl-modparams.h iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
iwl-nvm-parse.c iwlwifi: update driver from iwlwifi-next 2022-05-16 15:54:57 +00:00
iwl-nvm-parse.h iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-op-mode.h
iwl-phy-db.c iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-phy-db.h
iwl-prph.h iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-scd.h
iwl-trans.c iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00
iwl-trans.h iwlwifi: update from iwlwifi-next 2022-02-24 21:42:01 +00:00