Re: [OpenWrt-Devel] [PATCH] madwifi.sh channel fix

2009-07-12 Thread Vasilis Tsiligiannis
On Thursday 09 July 2009 17:20:36 Alina Friedrichsen wrote: > In the madwifi.sh there is to read "only need to change freq band and > channel on the first vif". This is wrong. For example if you create a new > Ad-Hoc network and an AP interface, the channel is reseted to 1, regardless > of the UCI

[OpenWrt-Devel] [PATCH] madwifi.sh channel fix

2009-07-09 Thread Alina Friedrichsen
In the madwifi.sh there is to read "only need to change freq band and channel on the first vif". This is wrong. For example if you create a new Ad-Hoc network and an AP interface, the channel is reseted to 1, regardless of the UCI setting. So remove this wrong code. Signed-off-by: Alina Friedri