1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/ath/ath11k
Johannes Berg 75e6b594bb cfg80211: invert HE BSS color 'disabled' to 'enabled'
This is in fact 'disabled' in the spec, but there it's in a
place where that actually makes sense. In our internal data
structures, it doesn't really make sense, and in fact the
previous commit just fixed a bug in that area.

Make this safer by inverting the polarity from 'disabled' to
'enabled'.

Link: https://lore.kernel.org/r/20200730130051.5d8399545bd9.Ie62fdcd1a6cd9c969315bc124084a494ca6c8df3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2020-07-31 09:27:02 +02:00
..
ahb.c ath11k: convert to devm_platform_get_and_ioremap_resource 2020-05-12 10:34:36 +03:00
ahb.h ath11k: Add support for multibus support 2020-05-11 15:34:58 +03:00
ce.c ath11k: checking for NULL vs IS_ERR() 2019-12-18 19:55:32 +02:00
ce.h ath11k: dump SRNG stats during FW assert 2020-03-18 13:47:27 +02:00
core.c ath11k: add support for spectral scan 2020-06-15 17:21:54 +03:00
core.h ath11k: fix wmi peer flags in peer assoc command 2020-06-15 17:34:12 +03:00
dbring.c ath11k: add support for spectral scan 2020-06-15 17:21:54 +03:00
dbring.h ath11k: Add direct buffer ring support 2020-06-15 17:21:52 +03:00
debug.c ath11k: Add support for ring backpressure stats 2020-06-15 17:33:12 +03:00
debug.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
debug_htt_stats.c ath11k: fix htt stats module not handle multiple skbs 2020-05-13 19:01:28 +03:00
debug_htt_stats.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
debugfs_sta.c ath11k: Add support to reset htt peer stats 2020-05-06 09:15:30 +03:00
dp.c ath11k: Add direct buffer ring support 2020-06-15 17:21:52 +03:00
dp.h ath11k: Add support for ring backpressure stats 2020-06-15 17:33:12 +03:00
dp_rx.c ath11k: Add support for ring backpressure stats 2020-06-15 17:33:12 +03:00
dp_rx.h ath11k: Perform per-msdu rx processing 2020-03-18 13:53:49 +02:00
dp_tx.c ath11k: Add dp tx err stats 2020-06-15 17:33:10 +03:00
dp_tx.h ath11k: driver for Qualcomm IEEE 802.11ax devices 2019-11-25 14:16:34 +02:00
hal.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal.h ath11k: Modify the interrupt timer threshold 2020-04-14 11:29:04 +03:00
hal_desc.h ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal_rx.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal_rx.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
hal_tx.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal_tx.h ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hif.h ath11k: Add support for multibus support 2020-05-11 15:34:58 +03:00
htc.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
htc.h ath11k: driver for Qualcomm IEEE 802.11ax devices 2019-11-25 14:16:34 +02:00
hw.h ath11k: Add drv private for bus opaque struct 2020-05-11 15:35:03 +03:00
Kconfig Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git 2020-06-15 20:18:39 +03:00
mac.c cfg80211: invert HE BSS color 'disabled' to 'enabled' 2020-07-31 09:27:02 +02:00
mac.h ath11k: Perform per-msdu rx processing 2020-03-18 13:53:49 +02:00
Makefile ath11k: add support for spectral scan 2020-06-15 17:21:54 +03:00
peer.c ath11k: fix duplication peer create on same radio 2020-04-14 11:07:48 +03:00
peer.h ath11k: fix duplication peer create on same radio 2020-04-14 11:07:48 +03:00
qmi.c ath11k: dump SRNG stats during FW assert 2020-03-18 13:47:27 +02:00
qmi.h ath11k: qmi clean up ce and HTC service config update 2019-11-29 09:46:55 +02:00
reg.c ath11k: set psc channel flag when sending channel list to firmware. 2020-06-11 08:05:14 +03:00
reg.h ath11k: driver for Qualcomm IEEE 802.11ax devices 2019-11-25 14:16:34 +02:00
rx_desc.h ath11k: handle RX fragments 2020-03-17 08:35:30 +02:00
spectral.c ath11k: add support for spectral scan 2020-06-15 17:21:54 +03:00
spectral.h ath11k: add support for spectral scan 2020-06-15 17:21:54 +03:00
testmode.c ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab 2019-12-18 19:27:45 +02:00
testmode.h ath11k: driver for Qualcomm IEEE 802.11ax devices 2019-11-25 14:16:34 +02:00
testmode_i.h ath11k: driver for Qualcomm IEEE 802.11ax devices 2019-11-25 14:16:34 +02:00
thermal.c ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()' 2020-05-19 09:54:53 +03:00
thermal.h ath11k: fix compiler warnings without CONFIG_THERMAL 2020-04-06 17:21:23 +03:00
trace.c ath11k: driver for Qualcomm IEEE 802.11ax devices 2019-11-25 14:16:34 +02:00
trace.h ath11k: add pktlog checksum in trace events to support pktlog 2020-04-06 19:15:50 +03:00
wmi.c ath11k: fix wmi peer flags in peer assoc command 2020-06-15 17:34:12 +03:00
wmi.h ath11k: add support for spectral scan 2020-06-15 17:21:54 +03:00