HT: Pass the smps_mode in AP parameters
The driver needs to know what SMPS mode it should use. Signed-off-by: Eliad Peller <eliad@wizery.com>
This commit is contained in:
parent
04ee647d58
commit
8f461b50cf
2 changed files with 9 additions and 0 deletions
|
@ -919,6 +919,7 @@ int ieee802_11_build_ap_params(struct hostapd_data *hapd,
|
|||
break;
|
||||
}
|
||||
params->isolate = hapd->conf->isolate;
|
||||
params->smps_mode = hapd->iconf->ht_capab & HT_CAP_INFO_SMPS_MASK;
|
||||
#ifdef NEED_AP_MLME
|
||||
params->cts_protect = !!(ieee802_11_erp_info(hapd) &
|
||||
ERP_INFO_USE_PROTECTION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue