Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dagg-tx.c109 u16 bar_control = 0; in ieee80211_send_bar() local
121 bar_control |= (u16)IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL; in ieee80211_send_bar()
122 bar_control |= (u16)IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA; in ieee80211_send_bar()
123 bar_control |= (u16)(tid << IEEE80211_BAR_CTRL_TID_INFO_SHIFT); in ieee80211_send_bar()
124 bar->control = cpu_to_le16(bar_control); in ieee80211_send_bar()