Changeset 9379
- Timestamp:
- 04/04/08 22:14:26 (5 years ago)
- Location:
- src/router/services
- Files:
-
- 2 edited
-
Makefile (modified) (2 diffs)
-
networking/madwifi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/Makefile
r9377 r9379 35 35 OBJS += gpio_atheros.o 36 36 else 37 ifeq ($(CONFIG_LS2),y) 38 OBJS += gpio_atheros.o 39 else 40 ifeq ($(CONFIG_LS5),y) 41 OBJS += gpio_atheros.o 42 else 43 ifeq ($(CONFIG_CA8),y) 44 OBJS += gpio_atheros.o 45 else 37 46 ifeq ($(CONFIG_MERAKI),y) 38 47 OBJS += gpio_atheros.o … … 40 49 ifneq ($(CONFIG_XSCALE),y) 41 50 OBJS += gpio_brcm.o 51 endif 52 endif 53 endif 42 54 endif 43 55 endif -
src/router/services/networking/madwifi.c
r9366 r9379 1328 1328 } 1329 1329 else 1330 setsysctrl (wif, "dynack_count", 1);1330 setsysctrl (wif, "dynack_count", 20); 1331 1331 int rx = atoi (default_get (rxantenna, "1")); 1332 1332 int tx = atoi (default_get (txantenna, "1"));
Note: See TracChangeset
for help on using the changeset viewer.
