Home
last modified time | relevance | path

Searched refs:short_preamble (Results 1 – 3 of 3) sorted by relevance

/net/mac80211/
Dutil.c175 int rate, int erp, int short_preamble) in ieee80211_frame_duration() argument
219 dur += short_preamble ? (72 + 24) : (144 + 48); in ieee80211_frame_duration()
237 bool short_preamble = false; in ieee80211_generic_frame_duration() local
242 short_preamble = sdata->vif.bss_conf.use_short_preamble; in ieee80211_generic_frame_duration()
248 short_preamble); in ieee80211_generic_frame_duration()
261 bool short_preamble; in ieee80211_rts_duration() local
268 short_preamble = false; in ieee80211_rts_duration()
275 short_preamble = sdata->vif.bss_conf.use_short_preamble; in ieee80211_rts_duration()
282 erp, short_preamble); in ieee80211_rts_duration()
285 erp, short_preamble); in ieee80211_rts_duration()
[all …]
Dtx.c452 bool inval = false, rts = false, short_preamble = false; in ieee80211_tx_h_rate_ctrl() local
485 txrc.short_preamble = short_preamble = true; in ieee80211_tx_h_rate_ctrl()
575 if (short_preamble && in ieee80211_tx_h_rate_ctrl()
Dieee80211_i.h974 int rate, int erp, int short_preamble);