mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
hostap-driver: Fix adhoc mode
SVN-Revision: 26199
This commit is contained in:
parent
c6e67df010
commit
df0f9d6dcc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user