From: Arik Nemtsov Date: Tue, 26 Apr 2011 20:35:39 +0000 (+0300) Subject: wl12xx: implement the tx_frames_pending mac80211 callback X-Git-Tag: v3.0-rc1~377^2~54^2^2~125^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33437893025aa3c0195b933ac99ef7de924019f4;p=pandora-kernel.git wl12xx: implement the tx_frames_pending mac80211 callback Frames are considered pending when they reside in the driver TX queue or already queued in the FW. This notion of "pending" is appropriate for power save considerations in STA mode, but not necessarily in other modes (for instance P2P-GO). [Fixed a sparse warning about missing "static" in a function declaration -- Luca] Signed-off-by: Arik Nemtsov Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed