login
Header Space

 
 

Re: [RFC/RFT 4/4] mac80211: use multi-queue master netdevice

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Berg <johannes@...>
Cc: <linux-wireless@...>, <netdev@...>, Ron Rindjunsky <ron.rindjunsky@...>, Tomas Winkler <tomasw@...>, Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...>
Date: Wednesday, April 30, 2008 - 10:37 am

Hi,

Overall the rt2x00 changes are good, but I have a few suggestions :)


ieee80211_stop_queue(rt2x00dev->hw, qid);
The result of skb_get_queue_mapping(skb) was already stored in the
'qid' variable at the start of the function. And since this is a 1-1 mapping
from skb queue to rt2x00 queue, it is safe to use 'qid' directly in all instances.


ieee80211_stop_queue(rt2x00dev->hw, qid);


ieee80211_stop_queue(rt2x00dev->hw, qid);


ieee80211_stop_queue(rt2x00dev->hw, qid);


Thanks,

Ivo
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC/RFT 4/4] mac80211: use multi-queue master netdevice, Johannes Berg, (Wed Apr 30, 8:40 am)
RE: [RFC/RFT 4/4] mac80211: use multi-queue master netdevice, Waskiewicz Jr, Peter P, (Wed Apr 30, 3:39 pm)
Re: [RFC/RFT 4/4] mac80211: use multi-queue master netdevice, Ivo van Doorn, (Wed Apr 30, 10:37 am)
speck-geostationary