Re: [RFC] Methodize the net8021 power save hooks

2012-09-30 Thread Adrian Chadd
.. oh and I should add: * Review all the MORE bit uses with traffic in the PSQ and the software queue when leaking frames out via PS-POLL. That's complicated as it has to check all TIDs for the existance of frames to TX, rather than a specific TID/AC. Adrian On 30 September 2012 22:39, Adria

[RFC] Methodize the net8021 power save hooks

2012-09-30 Thread Adrian Chadd
Hi, I'm about to start tinkering with ath(4) power save support and I'd like to introduce some net80211 changes to support this. * Methodize the STA and node power save functions, so the driver can stop/start the software queues as needed; * Push PS-POLL frame leaking into a method, so the driver