Add 11gdt, 11adt, 11ast and fh modes (#3824)
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 9d08e1f..d8a6d00 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"
This page took 0.024946 seconds and 4 git commands to generate.