Commit a2c36e9
committed
wifi: mt76: mt7925: Fix logical vs bitwise typo
JIRA: https://issues.redhat.com/browse/RHEL-89168
commit 8822411
Author: Dan Carpenter <dan.carpenter@linaro.org>
Date: Fri Mar 21 17:35:40 2025 +0300
wifi: mt76: mt7925: Fix logical vs bitwise typo
This was supposed to be & instead of &&.
Fixes: f031721 ("wifi: mt76: mt7925: add EHT control support based on the CLC data")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/d323a443-4e81-4064-8563-b62274b53ef4@stanley.mountain
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>1 parent e01f0f7 commit a2c36e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments