qcacmn: Add LPHB, User space suspend and resume tx/rx ops

Add LPHB, User space suspend and resume tx/rx ops.

Change-Id: I085a67ca824e0a46094ecca80a0e3093e50fd23a
CRs-Fixed: 2015223
This commit is contained in:
Mukul Sharma
2017-03-02 12:35:53 +05:30
committed by qcabuildsw
parent 011a8aea10
commit 698612c58b
2 changed files with 66 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ static void wlan_pmo_register_rx_ops(struct wlan_lmac_if_rx_ops *rx_ops)
pmo_rx_ops = &rx_ops->pmo_rx_ops;
pmo_rx_ops->rx_gtk_rsp_event = pmo_tgt_gtk_rsp_evt;
pmo_rx_ops->lphb_rsp_event = pmo_tgt_lphb_rsp_evt;
}
#else
/**