madwifi/tools
mtaylor afadc9b41d Move slot-time, CTS/RTS, and ACK timeout calculations into the driver. Corrected logic for the relationships between slot time and cts timeout and ack timeout have been added and the athctrl now delegates to the driver instead.
You can override:
- slottime
- ctstimeout
- acktimeout

acktimeout and ctstimeout will be selected from the first available of: 

1) the explicitly specified override value [if present]
2) a value derived from an explicitly specified slottime [if present]
3) the HALs default behavior / standard settings for the PHY mode

Setting the distance is shorthand for updating the slottime, and both cts and ack timeout values based upon the usual equations for air propagation, speed of light, etc..etc..



git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3508 0192ed92-7a03-0410-a25b-9323aeb14dbd
2008-04-10 03:46:54 +00:00
..
man This patch cleans up the VAP creation API. 2008-04-09 03:24:05 +00:00
80211debug.c Standardize on ARRAY_SIZE, stop defining and undefining N 2007-11-28 05:36:29 +00:00
80211stats.c Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly. 2008-02-04 00:16:24 +00:00
Makefile Remove all references to ath_info, it's about to be moved away 2008-04-03 22:21:16 +00:00
athchans.c - Add a iwpriv function that dumps a mapping of nasty obfuscated 2008-01-25 00:29:30 +00:00
athctrl.c Move slot-time, CTS/RTS, and ACK timeout calculations into the driver. Corrected logic for the relationships between slot time and cts timeout and ack timeout have been added and the athctrl now delegates to the driver instead. 2008-04-10 03:46:54 +00:00
athdebug.c introduce new debug flag "tsf" (ATH_DEBUG_TSF) so TSF timestamp processing 2007-12-07 07:00:31 +00:00
athkey.c - Add a iwpriv function that dumps a mapping of nasty obfuscated 2008-01-25 00:29:30 +00:00
athstats.c Standardize on ARRAY_SIZE, stop defining and undefining N 2007-11-28 05:36:29 +00:00
wireless_copy.h Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
wlanconfig.c This patch cleans up the VAP creation API. 2008-04-09 03:24:05 +00:00