diff options
| author | 2006-01-28 16:06:30 -0500 | |
|---|---|---|
| committer | 2006-01-28 16:06:30 -0500 | |
| commit | b0b020d4783fbc4cc477e2ca678ac47c50d5bc3e (patch) | |
| tree | 0b241c17a89330382527e667f96b64cc22397cfc /include | |
| parent | [PATCH] mv643xx_eth: Fix for building as a module (diff) | |
| parent | [PATCH] ieee80211: Fix A band min and max channel definitions (diff) | |
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/ieee80211.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index df05f468fa5c..9a92aef8b0b2 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h @@ -803,9 +803,9 @@ enum ieee80211_state { #define IEEE80211_24GHZ_MAX_CHANNEL 14 #define IEEE80211_24GHZ_CHANNELS 14 -#define IEEE80211_52GHZ_MIN_CHANNEL 36 +#define IEEE80211_52GHZ_MIN_CHANNEL 34 #define IEEE80211_52GHZ_MAX_CHANNEL 165 -#define IEEE80211_52GHZ_CHANNELS 32 +#define IEEE80211_52GHZ_CHANNELS 131 enum { IEEE80211_CH_PASSIVE_ONLY = (1 << 0), |
