diff options
| author | Colin Ian King <[email protected]> | 2022-01-25 00:44:06 +0000 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2022-01-31 16:13:47 +0200 |
| commit | 02a95374b5eebdbd3b6413fd7ddec151d2ea75a1 (patch) | |
| tree | 32df7748a5e1c3c2bf4979364efcf29d924192c0 /tools/perf/scripts/python/bin | |
| parent | 98d504a82cc75840bec8e3c6ae0e4f411921962b (diff) | |
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: fe8ee9ad80b2 ("carl9170: mac80211 glue and command interface")
Signed-off-by: Colin Ian King <[email protected]>
Cc: <[email protected]>
Acked-by: Christian Lamparter <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions