Changeset 9169
- Timestamp:
- 02/29/08 23:01:11 (5 years ago)
- File:
-
- 1 edited
-
src/router/services/networking/madwifi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/networking/madwifi.c
r9146 r9169 207 207 { 208 208 int slottime = (distance / 300) + ((distance % 300) ? 1 : 0); 209 int acktimeout = slottime ;210 int ctstimeout = slottime ;209 int acktimeout = slottime * 2 + 3; 210 int ctstimeout = slottime * 2 + 3; 211 211 212 212 // printf("Setting distance on interface %s to %i meters\n", device, distance);
Note: See TracChangeset
for help on using the changeset viewer.
