HE: Dynamically turn on TWT responder support
This allows us to dynamically turn on TWT responder support using an nl80211 attribute. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
0cb39f4fd5
commit
ab8c55358e
6 changed files with 34 additions and 0 deletions
|
@ -2156,6 +2156,8 @@ struct ieee80211_spatial_reuse {
|
|||
|
||||
/* HE Capabilities Information defines */
|
||||
|
||||
#define HE_MACCAP_TWT_RESPONDER ((u8) BIT(2))
|
||||
|
||||
#define HE_PHYCAP_CHANNEL_WIDTH_SET_IDX 0
|
||||
#define HE_PHYCAP_CHANNEL_WIDTH_MASK ((u8) (BIT(1) | BIT(2) | \
|
||||
BIT(3) | BIT(4)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue