Searched refs:short_preamble (Results 1 – 5 of 5) sorted by relevance
/net/mac80211/ |
D | util.c | 112 int rate, int erp, int short_preamble, in ieee80211_frame_duration() argument 170 dur += short_preamble ? (72 + 24) : (144 + 48); in ieee80211_frame_duration() 188 bool short_preamble = false; in ieee80211_generic_frame_duration() local 193 short_preamble = sdata->vif.bss_conf.use_short_preamble; in ieee80211_generic_frame_duration() 200 short_preamble, shift); in ieee80211_generic_frame_duration() 213 bool short_preamble; in ieee80211_rts_duration() local 220 short_preamble = false; in ieee80211_rts_duration() 227 short_preamble = sdata->vif.bss_conf.use_short_preamble; in ieee80211_rts_duration() 237 erp, short_preamble, shift); in ieee80211_rts_duration() 240 erp, short_preamble, shift); in ieee80211_rts_duration() [all …]
|
D | rate.c | 696 if (info->control.short_preamble && in rate_fixup_ratelist()
|
D | tx.c | 716 txrc.short_preamble = true; in ieee80211_tx_h_rate_ctrl() 718 info->control.short_preamble = txrc.short_preamble; in ieee80211_tx_h_rate_ctrl()
|
D | rc80211_minstrel_ht.c | 1509 (sample_idx >= 4) != txrc->short_preamble) in minstrel_ht_get_rate()
|
D | ieee80211_i.h | 2189 int rate, int erp, int short_preamble,
|