mirror of https://gitee.com/openkylin/linux.git
ath9k: MCC enable Opportunistic Power Save
When adding NOA attr enable Opportunistic Power Save. Before we calculate ctwindow but didn't enable oppps. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
c1b7bea038
commit
3edbf0ba04
|
@ -1505,6 +1505,8 @@ void ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp,
|
|||
|
||||
noa->index = avp->noa_index;
|
||||
noa->oppps_ctwindow = ath9k_get_ctwin(sc, avp);
|
||||
if (noa->oppps_ctwindow)
|
||||
noa->oppps_ctwindow |= BIT(7);
|
||||
|
||||
if (avp->noa_duration) {
|
||||
if (avp->periodic_noa) {
|
||||
|
|
Loading…
Reference in New Issue