Re: fill /* TODO: 11A */ in bwi_rf_set_chan()

2013-09-19 Thread Sylvestre Gallon
On Thu, Sep 19, 2013 at 4:06 PM, Martin Pieuchot wrote: > If I'm not mistaken the linux b43 driver uses another version of the > firmware (v4+). But bwi(4) is a rewrite/port of what's now the > b43legacy driver which depends on a firmware (v3) that does not > support 11A phy. > > So I'm not sure

Re: fill /* TODO: 11A */ in bwi_rf_set_chan()

2013-09-19 Thread Martin Pieuchot
On 09/09/13(Mon) 21:15, Sylvestre Gallon wrote: > Hi tech@, > > Here is a patch that implement the phy_mode == IEEE80211_MODE_11A > part of bwi_rf_set_chan(). It is based on the linux b43/phy_a.c > switch_channel code. > > It does not break my BCM4306. It would be awesome if someone could > try

fill /* TODO: 11A */ in bwi_rf_set_chan()

2013-09-09 Thread Sylvestre Gallon
Hi tech@, Here is a patch that implement the phy_mode == IEEE80211_MODE_11A part of bwi_rf_set_chan(). It is based on the linux b43/phy_a.c switch_channel code. It does not break my BCM4306. It would be awesome if someone could try it with a card that have a 11A phy. Comments/OK/NOK ? Cheers,