Searched refs:sta_rc_update (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | hw_ops.h | 202 if (wl->ops->sta_rc_update) in wlcore_hw_sta_rc_update() 203 wl->ops->sta_rc_update(wl, wlvif); in wlcore_hw_sta_rc_update()
|
H A D | wlcore.h | 98 void (*sta_rc_update)(struct wl1271 *wl, struct wl12xx_vif *wlvif); member
|
H A D | main.c | 5973 .sta_rc_update = wlcore_op_sta_rc_update,
|
/openbmc/linux/net/mac80211/ |
H A D | driver-ops.c | 178 if (local->ops->sta_rc_update) in drv_sta_rc_update() 179 local->ops->sta_rc_update(&local->hw, &sdata->vif, in drv_sta_rc_update()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | mac80211.c | 961 .sta_rc_update = rtw_ops_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1119 .sta_rc_update = iwl_mvm_sta_rc_update,
|
H A D | mac80211.c | 6245 .sta_rc_update = iwl_mvm_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac80211.c | 1126 .sta_rc_update = rtw89_ops_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1740 .sta_rc_update = wl18xx_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | main.c | 1396 .sta_rc_update = mt7996_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 1882 .sta_rc_update = ath9k_htc_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | main.c | 1679 .sta_rc_update = mt7915_sta_rc_update,
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 4403 void (*sta_rc_update)(struct ieee80211_hw *hw, member
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3833 .sta_rc_update = mac80211_hwsim_sta_rc_update, \
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 6940 .sta_rc_update = ath12k_mac_op_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 9119 .sta_rc_update = ath11k_mac_op_sta_rc_update,
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 9452 .sta_rc_update = ath10k_sta_rc_update,
|