]> git.baikalelectronics.ru Git - kernel.git/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)
commitc78c0a654efb4052f467e8b5c633e43e877d6a08
tree59d89927aea6c1e93f5728a1a9eb89b436f538f4
parentc6e5941d43aa6ac3956ffaa84aef26084a34bc93
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