Skip to content

Commit 9bc3a55

Browse files
0xB0DKalle Valo
authored andcommitted
wcn36xx: Send NULL data packet when exiting BMPS
This commit updates the BMPS exit path to be consistent with downstream in terms of exiting BMPS mode. Downstream sets the flag to send a NULL data frame to the host on exiting BMPS. This will tell the AP to send any queued frames to the STA immediately. Verified the relevant bit toggle in wireshark. Signed-off-by: Bryan O'Donoghue <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ad37a46 commit 9bc3a55

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/ath/wcn36xx

1 file changed

+1
-0
lines changed

drivers/net/wireless/ath/wcn36xx/smd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,7 @@ int wcn36xx_smd_exit_bmps(struct wcn36xx *wcn, struct ieee80211_vif *vif)
21762176
INIT_HAL_MSG(msg_body, WCN36XX_HAL_EXIT_BMPS_REQ);
21772177

21782178
msg_body.bss_index = vif_priv->bss_index;
2179+
msg_body.send_data_null = 1;
21792180

21802181
PREPARE_HAL_BUF(wcn->hal_buf, msg_body);
21812182

0 commit comments

Comments
 (0)