Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ath: add VHT80 support for regulatory domains

This adds VHT80 support for the QCA world regulatory
domains.

Cc: kvalo@qca.qualcomm.com
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Luis R. Rodriguez and committed by
John W. Linville
d619c62f ca3ae513

+3 -3
+3 -3
drivers/net/wireless/ath/regd.c
··· 42 42 NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_OFDM) 43 43 44 44 /* We allow IBSS on these on a case by case basis by regulatory domain */ 45 - #define ATH9K_5GHZ_5150_5350 REG_RULE(5150-10, 5350+10, 40, 0, 30,\ 45 + #define ATH9K_5GHZ_5150_5350 REG_RULE(5150-10, 5350+10, 80, 0, 30,\ 46 46 NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS) 47 - #define ATH9K_5GHZ_5470_5850 REG_RULE(5470-10, 5850+10, 40, 0, 30,\ 47 + #define ATH9K_5GHZ_5470_5850 REG_RULE(5470-10, 5850+10, 80, 0, 30,\ 48 48 NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS) 49 - #define ATH9K_5GHZ_5725_5850 REG_RULE(5725-10, 5850+10, 40, 0, 30,\ 49 + #define ATH9K_5GHZ_5725_5850 REG_RULE(5725-10, 5850+10, 80, 0, 30,\ 50 50 NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS) 51 51 52 52 #define ATH9K_2GHZ_ALL ATH9K_2GHZ_CH01_11, \