Searched refs:short_preamble (Results 1 – 5 of 5) sorted by relevance
/net/mac80211/ |
D | util.c | 61 int rate, int erp, int short_preamble, in ieee80211_frame_duration() argument 119 dur += short_preamble ? (72 + 24) : (144 + 48); in ieee80211_frame_duration() 137 bool short_preamble = false; in ieee80211_generic_frame_duration() local 142 short_preamble = sdata->vif.bss_conf.use_short_preamble; in ieee80211_generic_frame_duration() 149 short_preamble, shift); in ieee80211_generic_frame_duration() 162 bool short_preamble; in ieee80211_rts_duration() local 169 short_preamble = false; in ieee80211_rts_duration() 176 short_preamble = sdata->vif.bss_conf.use_short_preamble; in ieee80211_rts_duration() 186 erp, short_preamble, shift); in ieee80211_rts_duration() 189 erp, short_preamble, shift); in ieee80211_rts_duration() [all …]
|
D | rate.c | 674 if (info->control.short_preamble && in rate_fixup_ratelist()
|
D | tx.c | 721 txrc.short_preamble = true; in ieee80211_tx_h_rate_ctrl() 723 info->control.short_preamble = txrc.short_preamble; in ieee80211_tx_h_rate_ctrl()
|
D | rc80211_minstrel_ht.c | 1335 (sample_idx >= 4) != txrc->short_preamble) in minstrel_ht_get_rate()
|
D | ieee80211_i.h | 1945 int rate, int erp, int short_preamble,
|