1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 02:48:37 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12240 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-07 15:28:07 +00:00
parent a61f0baa4c
commit 9c60f181c1

View File

@ -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"