Searched refs:rate_control_send_low (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | rc.c | 198 if (rate_control_send_low(sta, priv_sta, txrc)) in rtl_get_rate()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | rc.c | 165 if (rate_control_send_low(sta, priv_sta, txrc)) in rtl_get_rate()
|
/Linux-v4.19/Documentation/driver-api/80211/ |
D | mac80211-advanced.rst | 230 :functions: rate_control_send_low
|
/Linux-v4.19/net/mac80211/ |
D | rate.c | 372 bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() function 408 EXPORT_SYMBOL(rate_control_send_low);
|
D | rc80211_minstrel.c | 350 if (rate_control_send_low(sta, priv_sta, txrc)) in minstrel_get_rate()
|
D | rc80211_minstrel_ht.c | 1044 if (rate_control_send_low(sta, priv_sta, txrc)) in minstrel_ht_get_rate()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-rs.c | 649 if (rate_control_send_low(sta, il_sta, txrc)) in il3945_rs_get_rate()
|
D | 4965-rs.c | 2228 if (rate_control_send_low(sta, il_sta, txrc)) in il4965_rs_get_rate()
|
/Linux-v4.19/include/net/ |
D | mac80211.h | 5704 bool rate_control_send_low(struct ieee80211_sta *sta,
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.c | 2739 if (rate_control_send_low(sta, priv_sta, txrc)) in rs_get_rate()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs.c | 2918 if (rate_control_send_low(sta, mvm_sta, txrc)) in rs_drv_get_rate()
|