]> Pileus Git - ~andy/linux/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)
commit9d565973deb09479de5eed7a5b6594428dc49dde
treefdd8d6554db70c15c36871258df342bbbff497b0
parent3414fc3f527ce74cfca543c37bcb52c8e63b915e
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