linux/drivers/net/wireless/ath/carl9170
Colin Ian King 02a95374b5 carl9170: fix missing bit-wise or operator for tx_params
Currently tx_params is being re-assigned with a new value and the
previous setting IEEE80211_HT_MCS_TX_RX_DIFF is being overwritten.
The assignment operator is incorrect, the original intent was to
bit-wise or the value in. Fix this by replacing the = operator
with |= instead.

Kudos to Christian Lamparter for suggesting the correct fix.

Fixes: fe8ee9ad80 ("carl9170: mac80211 glue and command interface")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Cc: <Stable@vger.kernel.org>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220125004406.344422-1-colin.i.king@gmail.com
2022-01-31 16:13:47 +02:00
..
carl9170.h carl9170: remove get_tid_h 2021-04-18 09:35:43 +03:00
cmd.c
cmd.h
debug.c
debug.h
eeprom.h
fw.c
fwcmd.h carl9170: fix struct alignment conflict 2021-02-09 09:24:20 +02:00
fwdesc.h
hw.h
Kconfig wireless: carl9170: fix LEDS build errors & warnings 2021-06-12 13:37:46 +03:00
led.c
mac.c
main.c carl9170: fix missing bit-wise or operator for tx_params 2022-01-31 16:13:47 +02:00
Makefile
phy.c
phy.h
rx.c
tx.c mac80211: Use memset_after() to clear tx status 2021-11-26 11:54:03 +01:00
usb.c
version.h
wlan.h carl9170: fix struct alignment conflict 2021-02-09 09:24:20 +02:00