Skip to content

Commit

Permalink
[PATCH] ieee80211: Fix A band min and max channel definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Hong Liu <hong.liu@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jan 27, 2006
1 parent 55cd94a commit 4a99ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/net/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 4a99ac3

Please sign in to comment.