HT: Remove SMPS in AP mode
SM Power Save was described in somewhat unclear manner in IEEE Std 802.11n-2009 as far the use of it locally in an AP to save power. That was clarified in IEEE Std 802.11-2016 to allow only a non-AP STA to use SMPS while the AP is required to support an associated STA doing so. The AP itself cannot use SMPS locally and the HT Capability advertisement for this is not appropriate. Remove the parts of SMPS support that involve the AP using it locally. In practice, this reverts the following commits:04ee647d58
("HT: Let the driver advertise its supported SMPS modes for AP mode")8f461b50cf
("HT: Pass the smps_mode in AP parameters")da1080d721
("nl80211: Advertise and configure SMPS modes") Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
91ea29a79e
commit
466e48dcd7
12 changed files with 0 additions and 78 deletions
|
@ -724,7 +724,6 @@ struct wpa_supplicant {
|
|||
|
||||
u64 drv_flags;
|
||||
unsigned int drv_enc;
|
||||
unsigned int drv_smps_modes;
|
||||
unsigned int drv_rrm_flags;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue