Re: [OpenWrt-Devel] [PATCH 2/7] [package] mac80211: Default second radio to 5g if it does 5g and is US or CA regulatory domain

2012-11-13 Thread Daniel Dickinson
FYI. I've had some suggestion on how to better handle it, but really the problem is that this is a check I implemented because Jay requested the default radio. It really needs to be fixed properly (but I had forgotten about), and won't work for EU as it is. Regards, Daniel On 10/11/2012 8:33 A

Re: [OpenWrt-Devel] [PATCH 2/7] [package] mac80211: Default second radio to 5g if it does 5g and is US or CA regulatory domain

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:10 PM, Daniel Dickinson wrote: > --- > package/mac80211/files/lib/wifi/mac80211.sh |6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/package/mac80211/files/lib/wifi/mac80211.sh > b/package/mac80211/files/lib/wifi/mac80211.sh > index 4ecb419..ad5845b 100644 > ---

[OpenWrt-Devel] [PATCH 2/7] [package] mac80211: Default second radio to 5g if it does 5g and is US or CA regulatory domain

2012-11-09 Thread Daniel Dickinson
--- package/mac80211/files/lib/wifi/mac80211.sh |6 ++ 1 file changed, 6 insertions(+) diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 4ecb419..ad5845b 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac8