Searched refs:sta_rc_update (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | hw_ops.h | 216 if (wl->ops->sta_rc_update) in wlcore_hw_sta_rc_update() 217 wl->ops->sta_rc_update(wl, wlvif); in wlcore_hw_sta_rc_update()
|
D | wlcore.h | 109 void (*sta_rc_update)(struct wl1271 *wl, struct wl12xx_vif *wlvif); member
|
D | main.c | 5900 .sta_rc_update = wlcore_op_sta_rc_update,
|
/linux-4.1.27/net/mac80211/ |
D | driver-ops.h | 620 if (local->ops->sta_rc_update) in drv_sta_rc_update() 621 local->ops->sta_rc_update(&local->hw, &sdata->vif, in drv_sta_rc_update()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1696 .sta_rc_update = wl18xx_sta_rc_update,
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 3250 void (*sta_rc_update)(struct ieee80211_hw *hw, member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_main.c | 1856 .sta_rc_update = ath9k_htc_sta_rc_update,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 4060 .sta_rc_update = iwl_mvm_sta_rc_update,
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 5137 .sta_rc_update = ath10k_sta_rc_update,
|