projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[x86] grub: Natively build grub only on x86 linux hosts, cross compile everywhere...
[openwrt.git]
/
package
/
madwifi
/
patches
/
317-bmask.patch
1
--- a/ath/if_ath.c
2
+++ b/ath/if_ath.c
3
@@ -8680,6 +8680,10 @@
4
5
sc->sc_rxbufcur = NULL;
6
7
+ /* configure bssid mask */
8
+ if (sc->sc_hasbmask)
9
+ ath_hal_setbssidmask(ah, sc->sc_bssidmask);
10
+
11
bf = STAILQ_FIRST(&sc->sc_rxbuf);
12
ath_hal_putrxbuf(ah, bf->bf_daddr);
13
ath_hal_rxena(ah); /* enable recv descriptors */
This page took
0.042799 seconds
and
5
git commands to generate.