On Mon, 29 Aug 2011 23:15:51 -0400
Bob Copeland <m...@bobcopeland.com> wrote:

> Flush is a prerequisite for proper PS support and ensures we
> empty queues before going off channel.  We simply wait up to
> 200 ms for the tx tasklet to run its course.
> 
> Signed-off-by: Bob Copeland <m...@bobcopeland.com>

NACK

> +void ath5k_flush_tx(struct ath5k_hw *ah, bool drop)

This function should take struct ieee80211_hw *hw are the first
argument if you want to use it here:

> -     /* .flush               = not implemented */
> +     .flush                  = ath5k_flush_tx,

Please use sparse to check the patches.  Also, adding W=1 to the
command line sometimes finds some interesting stuff.

-- 
Regards,
Pavel Roskin
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to