[package] hostap-driver: Fix adhoc mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26199 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Vasilis Tsiligiannis 2011-03-17 07:23:18 +00:00
parent f5332256a9
commit e8b720767e
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ enable_prism2() {
;;
ap) iwconfig "$phy" mode master;;
wds) iwpriv "$phy" wds_add "$ssid";;
adhoc) iwconfig "$phy" mode ad-hoc;;
*) iwconfig "$phy" mode "$mode";;
esac