RE: [PATCH 4/6] d80211: add IEEE802.11e/WMM Traffic Stream (TS) Management support

2006-12-18 Thread Zhu Yi
On Thu, 2006-12-14 at 21:45 -0800, Simon Barber wrote: This policing of media time must be done in the qdisc - and made to work per DA (Destination Address) - in order that AP mode will work as well as STA mode. In addition the count of used time should be updated AFTER the frame has been

Re: [PATCH 4/6] d80211: add IEEE802.11e/WMM Traffic Stream (TS) Management support

2006-12-15 Thread Johannes Berg
Some comments... In these cases + init_timer(ifsta-admit_timer); + ifsta-admit_timer.data = (unsigned long) dev; + ifsta-admit_timer.function = ieee80211_admit_refresh; +void ieee80211_send_addts(struct net_device *dev, + struct

RE: [PATCH 4/6] d80211: add IEEE802.11e/WMM Traffic Stream (TS) Management support

2006-12-14 Thread Simon Barber
This policing of media time must be done in the qdisc - and made to work per DA (Destination Address) - in order that AP mode will work as well as STA mode. In addition the count of used time should be updated AFTER the frame has been sent, not before, since the number of retries done cannot be