Re: [PATCH] Changes to ieee80211.h for user space regulatory daemon

2006-06-05 Thread Larry Finger
John W. Linville wrote: @@ -968,6 +968,7 @@ #define IEEE80211_52GHZ_CHANNELS (IEEE80 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_S

Re: [PATCH] Changes to ieee80211.h for user space regulatory daemon

2006-06-05 Thread John W. Linville
On Tue, May 30, 2006 at 11:55:42AM -0500, Larry Finger wrote: > Attached are two small patches for include/net/ieee80211.h to prepare for > later submission of code to implement a user-space daemon that supplies > 802.11 regulatory information. > > The first change adds a bit indicating that 802

[PATCH] Changes to ieee80211.h for user space regulatory daemon

2006-05-30 Thread Larry Finger
Attached are two small patches for include/net/ieee80211.h to prepare for later submission of code to implement a user-space daemon that supplies 802.11 regulatory information. The first change adds a bit indicating that 802.11h rules are to be applied to a channel. As discussed earlier in this