1
0
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:
nbd
2007-05-31 03:41:01 +00:00
parent 139f47629b
commit 0cee365af0
2 changed files with 252 additions and 0 deletions

View File

@@ -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);;