From: Kalle Valo Date: Tue, 12 Jan 2010 08:42:46 +0000 (+0200) Subject: mac80211: create tx handler for dynamic ps X-Git-Tag: v2.6.34-rc1~233^2~556^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c1b98a52c3af1044c2d3842af8bae9a89502ca9;p=pandora-kernel.git mac80211: create tx handler for dynamic ps Currently dynamic ps check is in ieee80211_xmit(), but it's cleaner to have a separate tx handler for this. Also this is a prerequisite for U-APSD client mode which needs to know the queue frame is in. Also need_dynamic_ps() function is embedded to the tx handler. No functional changes expect that the code is run in a later phase than originally. Signed-off-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed