diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 2fd59ed3be00..2449982daf75 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -2077,6 +2077,9 @@ struct ieee80211_txq { | |||
2077 | * virtual interface might not be given air time for the transmission of | 2077 | * virtual interface might not be given air time for the transmission of |
2078 | * the frame, as it is not synced with the AP/P2P GO yet, and thus the | 2078 | * the frame, as it is not synced with the AP/P2P GO yet, and thus the |
2079 | * deauthentication frame might not be transmitted. | 2079 | * deauthentication frame might not be transmitted. |
2080 | > | ||
2081 | * @IEEE80211_HW_DOESNT_SUPPORT_QOS_NDP: The driver (or firmware) doesn't | ||
2082 | * support QoS NDP for AP probing - that's most likely a driver bug. | ||
2080 | * | 2083 | * |
2081 | * @NUM_IEEE80211_HW_FLAGS: number of hardware flags, used for sizing arrays | 2084 | * @NUM_IEEE80211_HW_FLAGS: number of hardware flags, used for sizing arrays |
2082 | */ | 2085 | */ |
@@ -2122,6 +2125,7 @@ enum ieee80211_hw_flags { | |||
2122 | IEEE80211_HW_SUPPORTS_TX_FRAG, | 2125 | IEEE80211_HW_SUPPORTS_TX_FRAG, |
2123 | IEEE80211_HW_SUPPORTS_TDLS_BUFFER_STA, | 2126 | IEEE80211_HW_SUPPORTS_TDLS_BUFFER_STA, |
2124 | IEEE80211_HW_DEAUTH_NEED_MGD_TX_PREP, | 2127 | IEEE80211_HW_DEAUTH_NEED_MGD_TX_PREP, |
2128 | IEEE80211_HW_DOESNT_SUPPORT_QOS_NDP, | ||
2125 | 2129 | ||
2126 | /* keep last, obviously */ | 2130 | /* keep last, obviously */ |
2127 | NUM_IEEE80211_HW_FLAGS | 2131 | NUM_IEEE80211_HW_FLAGS |