Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26586
b: refs/heads/master
c: f21709d
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and John W. Linville committed May 5, 2006
1 parent e8db619 commit fd1b2e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b4b9775a00c20ade1b1ac8aa25e0e4059d6243e
refs/heads/master: f21709d70ad6d7ad50288f7056c3a368138b017c
6 changes: 4 additions & 2 deletions trunk/include/net/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -955,11 +955,13 @@ enum ieee80211_state {

#define IEEE80211_24GHZ_MIN_CHANNEL 1
#define IEEE80211_24GHZ_MAX_CHANNEL 14
#define IEEE80211_24GHZ_CHANNELS 14
#define IEEE80211_24GHZ_CHANNELS (IEEE80211_24GHZ_MAX_CHANNEL - \
IEEE80211_24GHZ_MIN_CHANNEL + 1)

#define IEEE80211_52GHZ_MIN_CHANNEL 34
#define IEEE80211_52GHZ_MAX_CHANNEL 165
#define IEEE80211_52GHZ_CHANNELS 131
#define IEEE80211_52GHZ_CHANNELS (IEEE80211_52GHZ_MAX_CHANNEL - \
IEEE80211_52GHZ_MIN_CHANNEL + 1)

enum {
IEEE80211_CH_PASSIVE_ONLY = (1 << 0),
Expand Down

0 comments on commit fd1b2e1

Please sign in to comment.