diff options
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/Kconfig | 5 | ||||
-rw-r--r-- | net/wireless/reg.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index fe4adb12b3ef..16d08b399210 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig | |||
@@ -140,14 +140,13 @@ config CFG80211_WEXT | |||
140 | extensions with cfg80211-based drivers. | 140 | extensions with cfg80211-based drivers. |
141 | 141 | ||
142 | config LIB80211 | 142 | config LIB80211 |
143 | tristate "Common routines for IEEE802.11 drivers" | 143 | tristate |
144 | default n | 144 | default n |
145 | help | 145 | help |
146 | This options enables a library of common routines used | 146 | This options enables a library of common routines used |
147 | by IEEE802.11 wireless LAN drivers. | 147 | by IEEE802.11 wireless LAN drivers. |
148 | 148 | ||
149 | Drivers should select this themselves if needed. Say Y if | 149 | Drivers should select this themselves if needed. |
150 | you want this built into your kernel. | ||
151 | 150 | ||
152 | config LIB80211_CRYPT_WEP | 151 | config LIB80211_CRYPT_WEP |
153 | tristate | 152 | tristate |
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index bcc7d7ee5a51..b75756b05af7 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c | |||
@@ -141,9 +141,8 @@ static const struct ieee80211_regdomain world_regdom = { | |||
141 | .reg_rules = { | 141 | .reg_rules = { |
142 | /* IEEE 802.11b/g, channels 1..11 */ | 142 | /* IEEE 802.11b/g, channels 1..11 */ |
143 | REG_RULE(2412-10, 2462+10, 40, 6, 20, 0), | 143 | REG_RULE(2412-10, 2462+10, 40, 6, 20, 0), |
144 | /* IEEE 802.11b/g, channels 12..13. No HT40 | 144 | /* IEEE 802.11b/g, channels 12..13. */ |
145 | * channel fits here. */ | 145 | REG_RULE(2467-10, 2472+10, 40, 6, 20, |
146 | REG_RULE(2467-10, 2472+10, 20, 6, 20, | ||
147 | NL80211_RRF_PASSIVE_SCAN | | 146 | NL80211_RRF_PASSIVE_SCAN | |
148 | NL80211_RRF_NO_IBSS), | 147 | NL80211_RRF_NO_IBSS), |
149 | /* IEEE 802.11 channel 14 - Only JP enables | 148 | /* IEEE 802.11 channel 14 - Only JP enables |