[ath5k-devel] ath5k: scanning while transmitting causes oops on 802.11a capable card

2009-05-06 Thread Pavel Roskin
Hello! If I scan by iw dev wlan0 scan while sending data through the interface, I get a BUG in net/mac80211/tx.c: /* RC is busted */ if (WARN_ON_ONCE(info-control.rates[i].idx = sband-n_bitrates)) {

Re: [ath5k-devel] ath5k: scanning while transmitting causes oops on 802.11a capable card

2009-05-06 Thread Johannes Berg
If I scan by iw dev wlan0 scan while sending data through the interface, I get a BUG in net/mac80211/tx.c: /* RC is busted */ if (WARN_ON_ONCE(info-control.rates[i].idx = sband-n_bitrates)) {

Re: [ath5k-devel] ath5k: scanning while transmitting causes oops on 802.11a capable card

2009-05-06 Thread Bob Copeland
On Wed, May 6, 2009 at 12:14 PM, Pavel Roskin pro...@gnu.org wrote: Hello! If I scan by iw dev wlan0 scan while sending data through the interface, I get a BUG in net/mac80211/tx.c: Agreed... Also I think the same thing happens for rx for ath5k, explaining the 'unknown rate index' warnings

Re: [ath5k-devel] ath5k: scanning while transmitting causes oops on 802.11a capable card

2009-05-06 Thread John W. Linville
On Wed, May 06, 2009 at 12:36:13PM -0400, Bob Copeland wrote: On Wed, May 6, 2009 at 12:14 PM, Pavel Roskin pro...@gnu.org wrote: Hello! If I scan by iw dev wlan0 scan while sending data through the interface, I get a BUG in net/mac80211/tx.c: Agreed... Also I think the same thing

Re: [ath5k-devel] ath5k: scanning while transmitting causes oops on 802.11a capable card

2009-05-06 Thread Pavel Roskin
On Wed, 2009-05-06 at 13:25 -0400, John W. Linville wrote: On Wed, May 06, 2009 at 12:36:13PM -0400, Bob Copeland wrote: On Wed, May 6, 2009 at 12:14 PM, Pavel Roskin pro...@gnu.org wrote: Hello! If I scan by iw dev wlan0 scan while sending data through the interface, I get a BUG in