Browse Source

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

SVN-Revision: 12240
Florian Fainelli 17 years ago
parent
commit
9c8bb0241f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/madwifi/files/lib/wifi/madwifi.sh

+ 4 - 0
package/madwifi/files/lib/wifi/madwifi.sh

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