diff options
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r-- | net/mac80211/debugfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index b5adf3625d16..964663f49e58 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c | |||
@@ -3,6 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> | 4 | * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> |
5 | * Copyright 2013-2014 Intel Mobile Communications GmbH | 5 | * Copyright 2013-2014 Intel Mobile Communications GmbH |
6 | * Copyright (C) 2018 Intel Corporation | ||
6 | * | 7 | * |
7 | * GPLv2 | 8 | * GPLv2 |
8 | * | 9 | * |
@@ -214,6 +215,7 @@ static const char *hw_flag_names[] = { | |||
214 | FLAG(SUPPORTS_TDLS_BUFFER_STA), | 215 | FLAG(SUPPORTS_TDLS_BUFFER_STA), |
215 | FLAG(DEAUTH_NEED_MGD_TX_PREP), | 216 | FLAG(DEAUTH_NEED_MGD_TX_PREP), |
216 | FLAG(DOESNT_SUPPORT_QOS_NDP), | 217 | FLAG(DOESNT_SUPPORT_QOS_NDP), |
218 | FLAG(BUFF_MMPDU_TXQ), | ||
217 | #undef FLAG | 219 | #undef FLAG |
218 | }; | 220 | }; |
219 | 221 | ||