Skip to content
Snippets Groups Projects
Commit df0f9d6d authored by Vasilis Tsiligiannis's avatar Vasilis Tsiligiannis
Browse files

hostap-driver: Fix adhoc mode

SVN-Revision: 26199
parent c6e67df0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment