mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
madwifi: add patch for doing ad-hoc and master mode at the same (including beacon handling)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7409 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -35,6 +35,7 @@ scan_atheros() {
|
||||
case "${adhoc:+1}:${sta:+1}:${ap+1}" in
|
||||
# valid mode combinations
|
||||
1::) wds="";;
|
||||
1::1);;
|
||||
:1:1)config_set "$device" nosbeacon 1;; # AP+STA, can't use beacon timers for STA
|
||||
:1:);;
|
||||
::1);;
|
||||
|
||||
Reference in New Issue
Block a user