]> git.baikalelectronics.ru Git - kernel.git/commit
wl1271: remove unecessary qual parameter from rx status
authorLuciano Coelho <luciano.coelho@nokia.com>
Thu, 8 Oct 2009 18:56:17 +0000 (21:56 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Oct 2009 20:47:47 +0000 (16:47 -0400)
commitba56914b87b9282024b2e82f864bc540f9ec4c9e
treefdd8d6554db70c15c36871258df342bbbff497b0
parentcf71add22b6191244b606f047cd1315d899db03e
wl1271: remove unecessary qual parameter from rx status

The qual element in ieee80211_rx_status is not used anymore, so we don't need
to set it in the wl1271_rx_status() function.  This saves a bit of time in
the RX path.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/wl1271_rx.c