Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 141418c7 authored by Saravanan Dhanabal's avatar Saravanan Dhanabal Committed by John W. Linville
Browse files

wl1271: Configure QOS nullfunc template for U-APSD



When U-APSD is enabled, device is not sending power save
state notifications to AP using QOS nullfunc frames.

This patch configures nullfunc templates needed for U-APSD.

Signed-off-by: default avatarSaravanan Dhanabal <ext-saravanan.dhanabal@nokia.com>
Reviewed-by: default avatarJuuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 16092b5c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1707,6 +1707,10 @@ static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,
			if (ret < 0)
				goto out_sleep;

			ret = wl1271_build_qos_null_data(wl);
			if (ret < 0)
				goto out_sleep;

			/* filter out all packets not from this BSSID */
			wl1271_configure_filters(wl, 0);