summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-11-08 09:51:56 +0100
committerLuca Coelho <luciano.coelho@intel.com>2019-01-29 16:10:30 +0200
commit1f7698abedeeb3fef3cbcf78e16f925df675a179 (patch)
treed9c05bf0cddaace125b7cac904ce8455dcc8b13a /drivers/net/phy/sfp.c
parent698478c49294eb3d4d64f7a3b61d460495826078 (diff)
downloadlinux-1f7698abedeeb3fef3cbcf78e16f925df675a179.tar.bz2
iwlwifi: mvm: fix A-MPDU reference assignment
The current code assigns the reference, and then goes to increment it if the toggle bit has changed. That way, we get Toggle 0 0 0 0 1 1 1 1 ID 1 1 1 1 1 2 2 2 Fix that by assigning the post-toggle ID to get Toggle 0 0 0 0 1 1 1 1 ID 1 1 1 1 2 2 2 2 Reported-by: Danny Alexander <danny.alexander@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Fixes: fbe4112791b8 ("iwlwifi: mvm: update mpdu metadata API") Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/phy/sfp.c')
0 files changed, 0 insertions, 0 deletions