Changeset 9379


Ignore:
Timestamp:
04/04/08 22:14:26 (5 years ago)
Author:
BrainSlayer
Message:

use 20 packets

Location:
src/router/services
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/Makefile

    r9377 r9379  
    3535OBJS += gpio_atheros.o 
    3636else 
     37ifeq ($(CONFIG_LS2),y) 
     38OBJS += gpio_atheros.o 
     39else 
     40ifeq ($(CONFIG_LS5),y) 
     41OBJS += gpio_atheros.o 
     42else 
     43ifeq ($(CONFIG_CA8),y) 
     44OBJS += gpio_atheros.o 
     45else 
    3746ifeq ($(CONFIG_MERAKI),y) 
    3847OBJS += gpio_atheros.o 
     
    4049ifneq ($(CONFIG_XSCALE),y) 
    4150OBJS += gpio_brcm.o 
     51endif 
     52endif 
     53endif 
    4254endif 
    4355endif 
  • src/router/services/networking/madwifi.c

    r9366 r9379  
    13281328    } 
    13291329  else 
    1330     setsysctrl (wif, "dynack_count", 1); 
     1330    setsysctrl (wif, "dynack_count", 20); 
    13311331  int rx = atoi (default_get (rxantenna, "1")); 
    13321332  int tx = atoi (default_get (txantenna, "1")); 
Note: See TracChangeset for help on using the changeset viewer.