diff options
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r-- | net/mac80211/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index a75653affbf7..b5adf3625d16 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c | |||
@@ -213,6 +213,7 @@ static const char *hw_flag_names[] = { | |||
213 | FLAG(SUPPORTS_TX_FRAG), | 213 | FLAG(SUPPORTS_TX_FRAG), |
214 | FLAG(SUPPORTS_TDLS_BUFFER_STA), | 214 | FLAG(SUPPORTS_TDLS_BUFFER_STA), |
215 | FLAG(DEAUTH_NEED_MGD_TX_PREP), | 215 | FLAG(DEAUTH_NEED_MGD_TX_PREP), |
216 | FLAG(DOESNT_SUPPORT_QOS_NDP), | ||
216 | #undef FLAG | 217 | #undef FLAG |
217 | }; | 218 | }; |
218 | 219 | ||