diff options
author | Yingying Tang <yintang@qti.qualcomm.com> | 2017-10-24 16:51:10 +0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-12-11 12:16:05 +0100 |
commit | e2fb1b839208ad776c0ffbb55f17e6968389ce02 (patch) | |
tree | f5d17aea033426a9a094000ea3ca68771efa80ca /net/mac80211/debugfs.c | |
parent | d559e303b17826a6e4879fc6f12d929562c4061c (diff) | |
download | linux-e2fb1b839208ad776c0ffbb55f17e6968389ce02.tar.bz2 |
mac80211: enable TDLS peer buffer STA feature
Allow drivers to set the buffer station extended capability
for TDLS links, with a new hardware flag indicating this.
Signed-off-by: Yingying Tang <yintang@qti.qualcomm.com>
[change commit log/documentation wording]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
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 5fae001f286c..1f466d12a6bc 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c @@ -211,6 +211,7 @@ static const char *hw_flag_names[] = { FLAG(TX_FRAG_LIST), FLAG(REPORTS_LOW_ACK), FLAG(SUPPORTS_TX_FRAG), + FLAG(SUPPORTS_TDLS_BUFFER_STA), #undef FLAG }; |