Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28815
b: refs/heads/master
c: 74f4903
h: refs/heads/master
i:
  28813: 304cd7c
  28811: 560d6fc
  28807: 17da13c
  28799: e6a32ea
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jun 15, 2006
1 parent d62ad3a commit 5d24f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 76df73ff90e99681a99e457aec4cfe0a240b7982
refs/heads/master: 74f4903363579d3336c294ebb11f02c8f35845ca
5 changes: 3 additions & 2 deletions trunk/include/net/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ enum ieee80211_state {

enum {
IEEE80211_CH_PASSIVE_ONLY = (1 << 0),
IEEE80211_CH_80211H_RULES = (1 << 1),
IEEE80211_CH_B_ONLY = (1 << 2),
IEEE80211_CH_NO_IBSS = (1 << 3),
IEEE80211_CH_UNIFORM_SPREADING = (1 << 4),
Expand All @@ -976,10 +977,10 @@ enum {
};

struct ieee80211_channel {
u32 freq;
u32 freq; /* in MHz */
u8 channel;
u8 flags;
u8 max_power;
u8 max_power; /* in dBm */
};

struct ieee80211_geo {
Expand Down

0 comments on commit 5d24f8b

Please sign in to comment.