freebsd-nq/sys/dev/ath
Adrian Chadd 6af850068c After thinking about this a bit more, let's not keep statistics per-channel
in the HAL.  That's very memory hungry (32k just for channel statistics)
which would be better served by keeping a summary in the ANI state.

Or, later, keep a survey history in net80211.

So:

* Migrate the ah_chansurvey array to be a single entry, for the current
  channel.
* Change the ioctl interface and ANI code to just reference that.
* Clear the ah_chansurvey array during channel reset, both in the AR5212
  and AR5416 reset path.
2012-04-28 22:03:19 +00:00
..
ath_dfs/null
ath_hal After thinking about this a bit more, let's not keep statistics per-channel 2012-04-28 22:03:19 +00:00
ath_rate
ah_osdep.c Stop using the hardware register value byte order swapping for now, 2012-04-19 03:26:21 +00:00
ah_osdep.h Add placeholder methods for WMI command access (USB, perhaps SDIO later) 2012-04-25 01:42:22 +00:00
if_ath_ahb.c
if_ath_debug.c Remove duplicate txflags field from ath_buf. 2012-04-07 02:01:26 +00:00
if_ath_debug.h
if_ath_keycache.c
if_ath_keycache.h
if_ath_led.c
if_ath_led.h
if_ath_misc.h
if_ath_pci.c Override some default values to work around various issues in the deep, 2012-04-15 00:04:23 +00:00
if_ath_sysctl.c Squirrel away SYNC interrupt debugging if it's enabled in the HAL. 2012-04-10 07:23:37 +00:00
if_ath_sysctl.h
if_ath_tx_ht.c As I thought, this is a bad idea. When forming aggregates, the RTS/CTS 2012-04-07 05:46:00 +00:00
if_ath_tx_ht.h
if_ath_tx.c Remove some of the redundant locking done in the TX completion path, 2012-04-26 23:57:24 +00:00
if_ath_tx.h Delay sequence number allocation for A-MPDU until just before the frame 2012-03-20 04:50:25 +00:00
if_ath.c Add a comment about this DELAY(), I'm not sure whether it's supposed 2012-04-28 05:00:47 +00:00
if_athdfs.h
if_athioctl.h Squirrel away SYNC interrupt debugging if it's enabled in the HAL. 2012-04-10 07:23:37 +00:00
if_athrate.h
if_athvar.h Run the fatal proc as a proc, rather than where it currently is. 2012-04-17 06:02:41 +00:00