mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
mac80211: add an optional TXQ for other PS-buffered frames
Some drivers may want to also use the TXQ abstraction with non-data packets that need powersave buffering, so add a hardware flag to allow this. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
331aead520
commit
adf8ed01e4
6 changed files with 59 additions and 26 deletions
|
@ -3,6 +3,7 @@
|
|||
*
|
||||
* Copyright 2007 Johannes Berg <johannes@sipsolutions.net>
|
||||
* Copyright 2013-2014 Intel Mobile Communications GmbH
|
||||
* Copyright (C) 2018 Intel Corporation
|
||||
*
|
||||
* GPLv2
|
||||
*
|
||||
|
@ -214,6 +215,7 @@ static const char *hw_flag_names[] = {
|
|||
FLAG(SUPPORTS_TDLS_BUFFER_STA),
|
||||
FLAG(DEAUTH_NEED_MGD_TX_PREP),
|
||||
FLAG(DOESNT_SUPPORT_QOS_NDP),
|
||||
FLAG(BUFF_MMPDU_TXQ),
|
||||
#undef FLAG
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue