]> git.baikalelectronics.ru Git - kernel.git/commit
carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 29 Feb 2012 20:08:33 +0000 (15:08 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 29 Feb 2012 20:08:33 +0000 (15:08 -0500)
commit4a72a7bb87a2fda020bf619e8ee17f2b2111fe82
tree6b71c1967883bf47f43ac906fcb57b5901e1c3a2
parent34570d94e53d2fc988d252519286675356e3a1fb
carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"

That commit intended for 3.4 renamed IEEE80211_TX_CTL_POLL_RESPONSE as
IEEE80211_TX_CTL_NO_PS_BUFFER.  Meanwhile, "carl9170: fix frame delivery
if sta is in powersave mode" added a reference to
IEEE80211_TX_CTL_POLL_RESPONSE in the fixes stream for 3.3.  This simple
patch fixes that merge boo-boo.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/carl9170/tx.c