]> Pileus Git - ~andy/linux/commit
mac80211: Remove superfluous ieee80211_rx_h_remove_qos_control
authorHelmut Schaa <helmut.schaa@googlemail.com>
Mon, 19 Dec 2011 10:39:54 +0000 (11:39 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 4 Jan 2012 19:28:07 +0000 (14:28 -0500)
commitb423db5b356749e3e39faad607d387cd4c1a9d30
tree59d89927aea6c1e93f5728a1a9eb89b436f538f4
parentdc0d633e35643662f27a0b1c531da3cd6b204b9c
mac80211: Remove superfluous ieee80211_rx_h_remove_qos_control

This seems to not serve any purpose anymore, at least all frame
processing afterwards seems to be able to deal with QoS frames. So,
let's save the expensive memmove and just leave the QoS header in the
802.11 frame for further processing.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c