ath9k: implement p2p client powersave support
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / recv.c
index 6c9accdb52e4140076d7378f530e975c34f68433..a01efd3e741e45713b5c1f5bb8264a955218ac21 100644 (file)
@@ -539,6 +539,9 @@ static void ath_rx_ps_beacon(struct ath_softc *sc, struct sk_buff *skb)
                ath_dbg(common, PS,
                        "Reconfigure beacon timers based on synchronized timestamp\n");
                ath9k_set_beacon(sc);
+
+               if (sc->p2p_ps_vif)
+                       ath9k_update_p2p_ps(sc, sc->p2p_ps_vif->vif);
        }
 
        if (ath_beacon_dtim_pending_cab(skb)) {
This page took 0.02553 seconds and 5 git commands to generate.