nl80211: Implement noack policy for send_mlme
Signed-hostap: Helmut Schaa <helmut.schaa@googlemail.com>
This commit is contained in:
parent
9dbf53fe35
commit
fab2533604
2 changed files with 11 additions and 4 deletions
|
@ -238,5 +238,6 @@ enum ieee80211_radiotap_type {
|
|||
* retries */
|
||||
#define IEEE80211_RADIOTAP_F_TX_CTS 0x0002 /* used cts 'protection' */
|
||||
#define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */
|
||||
#define IEEE80211_RADIOTAP_F_TX_NOACK 0x0008 /* don't expect an ACK */
|
||||
|
||||
#endif /* IEEE80211_RADIOTAP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue