projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a08483
)
ath5k: fix extra set bit in multicast mask
author
Bob Copeland
<
[email protected]
>
Thu, 11 Jul 2013 13:19:13 +0000
(09:19 -0400)
committer
John W. Linville
<
[email protected]
>
Thu, 18 Jul 2013 20:22:00 +0000
(16:22 -0400)
Bit 32 was always set which looks to have been accidental,
according to git history.
Signed-off-by: Bob Copeland <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath5k/mac80211-ops.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath5k/mac80211-ops.c
b/drivers/net/wireless/ath/ath5k/mac80211-ops.c
index 81b686c6a3764111e8c8e969a90d36d6ced054ea..40825d43322edb511862c90bd2587395745852e7 100644
(file)
--- a/
drivers/net/wireless/ath/ath5k/mac80211-ops.c
+++ b/
drivers/net/wireless/ath/ath5k/mac80211-ops.c
@@
-325,7
+325,7
@@
ath5k_prepare_multicast(struct ieee80211_hw *hw,
struct netdev_hw_addr *ha;
mfilt[0] = 0;
- mfilt[1] =
1
;
+ mfilt[1] =
0
;
netdev_hw_addr_list_for_each(ha, mc_list) {
/* calculate XOR of eight 6-bit values */