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

Commit 215f311b authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: remove setting ssn to zero upon AMPDU_TX_START



The ssn should be given a valid value by the driver or it should not
override the value. Removed override to zero from the driver.

Reported-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Reviewed-by: default avatarPieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4d8daa6b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -669,11 +669,6 @@ brcms_ops_ampdu_action(struct ieee80211_hw *hw,
				  tid);
			return -EINVAL;
		}
		/*
		 * Future improvement:
		 *   Use the starting sequence number provided ...
		 */
		*ssn = 0;
		ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
		break;