Index: /src/router/services/networking/rt2880.c =================================================================== --- /src/router/services/networking/rt2880.c (revision 11395) +++ /src/router/services/networking/rt2880.c (revision 11399) @@ -444,9 +444,9 @@ /* need to check if these values are okay for RT3052 too */ - fprintf( fp, "HtTxStream=2\n" ); - fprintf( fp, "HtRxStream=3\n" ); + fprintf( fp, "Ht_TxStream=2\n" ); + fprintf( fp, "Ht_RxStream=3\n" ); } /* suggestion by Jimmy */ - fprintf( fp, "HtBw=1\n" ); +// fprintf( fp, "HtBw=1\n" ); if( nvram_match( "wl0_net_mode", "bg-mixed" ) )