[rt2x00-users] [PATCH 1/8] rt2x00: Convert rt2x00 to use threaded interrupts
Ivo Van Doorn
ivdoorn at gmail.com
Thu Jul 8 13:56:51 UTC 2010
>> > Any good ideas how to fix this?
>>
>> Well we could either move USB callback handling to a bottom half as well,
>> but I am not sure how much work that would be. Otherwise we could do:
>>
>> if (rt2x00_is_usb(rt2x00dev))
>> ieee80211_rx_irqsave()
>> else
>> ieee80211_rx_ni()
>
> That would be the quick'n'dirty solution ;)
>
> And we would need the same handling in rt2x00lib_txdone for ieee80211_tx_status
> and dev_kfree_skb_irq, right?
Well that is actually the odd part, rt2800usb isn't complaining about
ieee80211_tx_status,
it only printed the error for the RX path..
I am doing some extra experimentation to see what the difference is.
Ivo
More information about the users
mailing list