Add 11gdt, 11adt, 11ast and fh modes (#3824)
authorFlorian Fainelli <florian@openwrt.org>
Thu, 7 Aug 2008 15:28:07 +0000 (15:28 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 7 Aug 2008 15:28:07 +0000 (15:28 +0000)
SVN-Revision: 12240

package/madwifi/files/lib/wifi/madwifi.sh

index 9d08e1fab0966e8760e0a82d39819fb915e9b309..d8a6d00ea36f58a159314aa39102a73e85c4dec2 100755 (executable)
@@ -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"