projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9d594
)
hostapd: do not restrict ht capabilities for ap+sta
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Oct 2010 15:17:09 +0000
(15:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Oct 2010 15:17:09 +0000
(15:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23674
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/hostapd/patches/453-ap_sta_support.patch
patch
|
blob
|
history
diff --git
a/package/hostapd/patches/453-ap_sta_support.patch
b/package/hostapd/patches/453-ap_sta_support.patch
index
68f0e44
..
930981d
100644
(file)
--- a/
package/hostapd/patches/453-ap_sta_support.patch
+++ b/
package/hostapd/patches/453-ap_sta_support.patch
@@
-71,8
+71,8
@@
+ channel = (bss->freq - 5000) / 5;
+ }
+
-+ if (asprintf(&cmd, "RELOAD channel=%d sec_chan=0 hw_mode=%d
ht_capab_mask=%d
ieee80211n=%d",
-+ channel, hw_mode,
bss->ht_capab,
!!bss->ht_capab) < 0) {
++ if (asprintf(&cmd, "RELOAD channel=%d sec_chan=0 hw_mode=%d ieee80211n=%d",
++ channel, hw_mode, !!bss->ht_capab) < 0) {
+ return -1;
+ }
+