]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: Remove wl pointer from wl_sta structure
authorMaxim Altshul <maxim.altshul@ti.com>
Mon, 15 Aug 2016 08:23:38 +0000 (11:23 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 3 Sep 2016 16:55:24 +0000 (19:55 +0300)
commitc96017cd30c07907d42939ae7558075d320192ea
tree89754c24e64f8203c9c1d1e56d5787e83566fdfa
parent627a3efd1293910352950417d759ebdb61a03ded
wlcore: Remove wl pointer from wl_sta structure

This field was added to wl_sta struct to get hw in situations
where it was not given to driver by mac80211. In our case,
get_expected_throughput op did not send hw to driver.

This patch reverts the change, as it is no longer needed due to commit
4a0865a8b214 ("mac80211: call get_expected_throughput only after adding
station") as hw is now sent as a parameter.

Signed-off-by: Maxim Altshul <maxim.altshul@ti.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/wlcore_i.h