hostap-driver: Fix adhoc mode
SVN-Revision: 26199
This commit is contained in:
@@ -124,6 +124,7 @@ enable_prism2() {
|
|||||||
;;
|
;;
|
||||||
ap) iwconfig "$phy" mode master;;
|
ap) iwconfig "$phy" mode master;;
|
||||||
wds) iwpriv "$phy" wds_add "$ssid";;
|
wds) iwpriv "$phy" wds_add "$ssid";;
|
||||||
|
adhoc) iwconfig "$phy" mode ad-hoc;;
|
||||||
*) iwconfig "$phy" mode "$mode";;
|
*) iwconfig "$phy" mode "$mode";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user