linux_dsm_epyc7002/drivers/net/wireless/iwlwifi/pcie
Emmanuel Grumbach 881acd8987 iwlwifi: mvm: clean up invalid station handling
Using IWL_MVM_STATION_COUNT and IWL_INVALID_STATION together
isn't a good idea as they have different values. Always use
IWL_MVM_STATION_COUNT for an invalid station in MVM and move
the definition of the IWL_INVALID_STATION constant into the
DVM driver to avoid making such mistakes again. The one use
in the transport code can be hard-coded to -1 instead as the
station ID is passed as an integer there.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-04-03 22:49:54 +02:00
..
drv.c iwlwifi: add new pci id for 6x35 series 2013-04-03 22:49:54 +02:00
internal.h iwlwifi: use coherent DMA memory for command header 2013-02-28 11:49:42 +01:00
rx.c iwlwifi: use coherent DMA memory for command header 2013-02-28 11:49:42 +01:00
trans.c iwlwifi: fix indirect write bug 2013-03-06 16:48:02 +01:00
tx.c iwlwifi: mvm: clean up invalid station handling 2013-04-03 22:49:54 +02:00