|
@@ -135,7 +135,8 @@ void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn)
|
|
|
bar->control = cpu_to_le16(bar_control);
|
|
|
bar->start_seq_num = cpu_to_le16(ssn);
|
|
|
|
|
|
- IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT;
|
|
|
+ IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT |
|
|
|
+ IEEE80211_TX_CTL_REQ_TX_STATUS;
|
|
|
ieee80211_tx_skb_tid(sdata, skb, tid);
|
|
|
}
|
|
|
EXPORT_SYMBOL(ieee80211_send_bar);
|