mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] hostap-driver: Fix adhoc mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26199 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user