diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2006-01-28 16:06:45 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-28 16:06:45 -0500 |
| commit | 0cc349d130b34de3046fb3d0e31eaf6ff5540cad (patch) | |
| tree | b61bf80ec24a13a685f43341fe38855a625b1e2e /include | |
| parent | 01999873a455fe9104e91820c72849e608239928 (diff) | |
| parent | b0b020d4783fbc4cc477e2ca678ac47c50d5bc3e (diff) | |
Merge branch 'upstream-fixes'
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), |
