Searched refs:durid (Results 1 – 2 of 2) sorted by relevance
833 u16 durid; in wlc_sendampdu() local843 durid = in wlc_sendampdu()848 rts->duration = cpu_to_le16(durid); in wlc_sendampdu()849 durid = wlc_compute_rtscts_dur(wlc, use_cts, in wlc_sendampdu()855 txh->RTSDurFallback = cpu_to_le16(durid); in wlc_sendampdu()
5739 u16 durid = 0; in wlc_d11hdrs_mac80211() local6033 durid = in wlc_d11hdrs_mac80211()6036 h->duration_id = cpu_to_le16(durid); in wlc_d11hdrs_mac80211()6039 durid = in wlc_d11hdrs_mac80211()6043 durid += RIFS_11N_TIME; in wlc_d11hdrs_mac80211()6044 h->duration_id = cpu_to_le16(durid); in wlc_d11hdrs_mac80211()6053 durid = wlc_compute_frame_dur(wlc, rspec[1], in wlc_d11hdrs_mac80211()6055 txh->FragDurFallback = cpu_to_le16(durid); in wlc_d11hdrs_mac80211()6167 durid = wlc_compute_rtscts_dur(wlc, use_cts, rts_rspec[0], in wlc_d11hdrs_mac80211()6170 rts->duration = cpu_to_le16(durid); in wlc_d11hdrs_mac80211()[all …]