linux/drivers/net/wireless/ath/ath10k
Luis R. Rodriguez 8fe02e167e cfg80211: consolidate passive-scan and no-ibss flags
These two flags are used for the same purpose, just
combine them into a no-ir flag to annotate no initiating
radiation is allowed.

Old userspace sending either flag will have it treated as
the no-ir flag. To be considerate to older userspace we
also send both the no-ir flag and the old no-ibss flags.
Newer userspace will have to be aware of older kernels.

Update all places in the tree using these flags with the
following semantic patch:

@@
@@
-NL80211_RRF_PASSIVE_SCAN
+NL80211_RRF_NO_IR
@@
@@
-NL80211_RRF_NO_IBSS
+NL80211_RRF_NO_IR
@@
@@
-IEEE80211_CHAN_PASSIVE_SCAN
+IEEE80211_CHAN_NO_IR
@@
@@
-IEEE80211_CHAN_NO_IBSS
+IEEE80211_CHAN_NO_IR
@@
@@
-NL80211_RRF_NO_IR | NL80211_RRF_NO_IR
+NL80211_RRF_NO_IR
@@
@@
-IEEE80211_CHAN_NO_IR | IEEE80211_CHAN_NO_IR
+IEEE80211_CHAN_NO_IR
@@
@@
-(NL80211_RRF_NO_IR)
+NL80211_RRF_NO_IR
@@
@@
-(IEEE80211_CHAN_NO_IR)
+IEEE80211_CHAN_NO_IR

Along with some hand-optimisations in documentation, to
remove duplicates and to fix some indentation.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
[do all the driver updates in one go]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-11-25 20:49:35 +01:00
..
bmi.c ath10k: add BMI log level 2013-09-12 18:21:36 +03:00
bmi.h ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
ce.c ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
ce.h ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
core.c ath10k: track vif list internally 2013-10-16 15:44:45 +03:00
core.h ath10k: track vif list internally 2013-10-16 15:44:45 +03:00
debug.c ath10k: fix ath10k_debug_start() locking 2013-10-09 17:14:55 +03:00
debug.h ath10k: fix ath10k_debug_start() locking 2013-10-09 17:14:55 +03:00
hif.h ath10k: decouple suspend code 2013-07-30 18:01:19 +03:00
htc.c ath10k: avoid needless memset on TX path 2013-09-20 08:18:09 +03:00
htc.h ath10k: simplify HTC command submitting 2013-09-16 19:47:46 +03:00
htt_rx.c ath10k: replenish HTT RX buffers in a tasklet 2013-09-26 17:22:54 +03:00
htt_tx.c ath10k: bring back the WMI path for mgmt frames 2013-09-27 14:58:14 +03:00
htt.c ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
htt.h ath10k: replenish HTT RX buffers in a tasklet 2013-09-26 17:22:54 +03:00
hw.h ath10k: fix RX performance when using AP 10.X FW 2013-10-08 15:22:33 +03:00
Kconfig ath10k: ATH10K should depend on HAS_DMA 2013-07-22 11:50:56 +03:00
mac.c cfg80211: consolidate passive-scan and no-ibss flags 2013-11-25 20:49:35 +01:00
mac.h ath10k: bring back the WMI path for mgmt frames 2013-09-27 14:58:14 +03:00
Makefile
pci.c ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
pci.h ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
rx_desc.h ath10k: document decap modes 2013-09-26 10:12:23 +03:00
targaddrs.h
trace.c
trace.h ath10k: fix tracing build for ath10k_wmi_cmd 2013-09-20 07:59:29 +03:00
txrx.c ath10k: report A-MSDU subframes individually 2013-09-26 10:12:22 +03:00
txrx.h ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
wmi.c ath10k: add might_sleep() to ath10k_wmi_cmd_send() 2013-10-16 15:44:47 +03:00
wmi.h ath10k: rename WMI_CMD_UNDEFINED 2013-10-16 11:52:06 +03:00