aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/acx.h
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2011-10-10 04:12:59 -0400
committerLuciano Coelho <coelho@ti.com>2011-10-11 08:09:57 -0400
commit9eb599e9c62dcfd4efece1936c385381b366b684 (patch)
treeb368f89a6282a3ce02197f4be9d22cae192a39df /drivers/net/wireless/wl12xx/acx.h
parent48e93e402ad19f570bae323b07911bdf6562af8e (diff)
wl12xx: rearm rx streaming per vif
Currently, the rx streaming doesn't support multi-vif (the actual wlvif is taken from wl->vif, and the management is global). Make the rx streaming timers/works per-vif, and pass the the actual vif as param. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/acx.h')
-rw-r--r--drivers/net/wireless/wl12xx/acx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/acx.h b/drivers/net/wireless/wl12xx/acx.h
index 7fccfcc55ca0..c06119b053e3 100644
--- a/drivers/net/wireless/wl12xx/acx.h
+++ b/drivers/net/wireless/wl12xx/acx.h
@@ -1310,7 +1310,8 @@ int wl12xx_acx_set_ba_initiator_policy(struct wl1271 *wl,
1310int wl12xx_acx_set_ba_receiver_session(struct wl1271 *wl, u8 tid_index, 1310int wl12xx_acx_set_ba_receiver_session(struct wl1271 *wl, u8 tid_index,
1311 u16 ssn, bool enable, u8 peer_hlid); 1311 u16 ssn, bool enable, u8 peer_hlid);
1312int wl1271_acx_tsf_info(struct wl1271 *wl, u64 *mactime); 1312int wl1271_acx_tsf_info(struct wl1271 *wl, u64 *mactime);
1313int wl1271_acx_ps_rx_streaming(struct wl1271 *wl, bool enable); 1313int wl1271_acx_ps_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif,
1314 bool enable);
1314int wl1271_acx_ap_max_tx_retry(struct wl1271 *wl, struct wl12xx_vif *wlvif); 1315int wl1271_acx_ap_max_tx_retry(struct wl1271 *wl, struct wl12xx_vif *wlvif);
1315int wl12xx_acx_config_ps(struct wl1271 *wl, struct wl12xx_vif *wlvif); 1316int wl12xx_acx_config_ps(struct wl1271 *wl, struct wl12xx_vif *wlvif);
1316int wl1271_acx_set_inconnection_sta(struct wl1271 *wl, u8 *addr); 1317int wl1271_acx_set_inconnection_sta(struct wl1271 *wl, u8 *addr);