Skip to content
Snippets Groups Projects
Commit 9c60f181 authored by florian's avatar florian
Browse files

Add 11gdt, 11adt, 11ast and fh modes (#3824)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12240 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent a61f0baa
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,11 @@ enable_atheros() {
*b) agmode=11b;;
*bg) agmode=11g;;
*g) agmode=11g; pureg=1;;
*gdt) agmode=11gdt;;
*a) agmode=11a;;
*adt) agmode=11adt;;
*ast) agmode=11ast;;
*fh) agmode=fh;;
*) agmode=auto;;
esac
iwpriv "$ifname" mode "$agmode"
......
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