projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rt2x00 fixes (thanks to sn9):
[openwrt.git]
/
package
/
wlcompat
/
src
/
wlcompat.c
diff --git
a/package/wlcompat/src/wlcompat.c
b/package/wlcompat/src/wlcompat.c
index
d849be8
..
3e869ea
100644
(file)
--- a/
package/wlcompat/src/wlcompat.c
+++ b/
package/wlcompat/src/wlcompat.c
@@
-482,7
+482,7
@@
static int wlcompat_get_scan(struct net_device *dev,
/* send frequency/channel info */
iwe.cmd = SIOCGIWFREQ;
iwe.u.freq.e = 0;
/* send frequency/channel info */
iwe.cmd = SIOCGIWFREQ;
iwe.u.freq.e = 0;
- iwe.u.freq.m = bss_info->chanspec;
+ iwe.u.freq.m = bss_info->chanspec
& WL_CHANSPEC_CHAN_MASK
;
current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, IW_EV_FREQ_LEN);
/* add quality statistics */
current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, IW_EV_FREQ_LEN);
/* add quality statistics */
This page took
0.025709 seconds
and
4
git commands to generate.