summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a corner case in RXEOL handling which was likely introduced by yoursadrian2011-08-021-2/+34
* Disable the RXORN/RXEOL interrupts if RXEOL occurs, preventing anadrian2011-07-311-0/+6
* Remove two debugging printf()s which snuck in during the testing of theadrian2011-07-311-5/+0
* Implement the 4KB split transaction workaround for Merlin (AR9280).adrian2011-07-311-5/+40
* This links in the ath dfs ioctl into the driver and defines theadrian2011-07-211-0/+3
* Fix a corner case in STA beacon processing when a CSA is received butadrian2011-06-291-0/+10
* Fix beacon transmission after a channel set.adrian2011-06-261-0/+21
* Add ATH_ENABLE_DFS which enables the DFS flag so the DFS codeadrian2011-06-261-0/+3
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-231-0/+1
* Add a missing call to sync the DMAed buffer before the radar event data is ex...adrian2011-06-051-1/+9
* A few changes to make radar detection implementable in a hal_dfs/adrian2011-06-041-1/+9
* Flesh out the radar detection related operations for the ath driver.adrian2011-06-011-0/+51
* Set default A-MPDU density/size.adrian2011-05-301-0/+15
* Teach if_ath about devices which have short-GI in 20MHz channel modes.adrian2011-05-291-4/+13
* * Add some more TX descriptor error counters; this'll be helpful whenadrian2011-05-151-0/+12
* Now that the devices with functioning ps-poll hardware support haveadrian2011-05-121-3/+1
* Cosmetic changes to fit 80 character screen width.adrian2011-04-291-3/+3
* Fix a corner-case of interrupt handling which resulted in potentiallyadrian2011-04-231-1/+6
* For now, only enable GTT. CST is firing very frequently during local tests;adrian2011-04-181-1/+1
* Add TX carrier sense timeout statistics.adrian2011-04-181-2/+4
* Rework the Global TX timeout handling to look more like ath9k.adrian2011-04-181-1/+4
* Add global TX timeout handling.adrian2011-04-181-0/+6
* Add in the AR9285 (Kite) diversity to if_ath, enabling TX/RX antennaadrian2011-04-131-0/+6
* Add a HAL capability bit for supporting self-linked RX descriptors and disabl...adrian2011-04-041-2/+19
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-0/+3
* According to ath9k recv.c, one shouldn't be doing self-linked descriptorsadrian2011-03-291-0/+1
* Fix typo.adrian2011-03-271-2/+2
* Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n byadrian2011-03-271-1/+1
* Add in the hardware PS-POLL frame reception setting, but leave it disabledadrian2011-03-261-0/+19
* Enable setting the MCS rate bit for ast_tx_rate.adrian2011-03-221-1/+2
* Flip this over to be a configurable option for people who wish to play with it.adrian2011-03-221-1/+1
* This isn't actually needed any longer, A-MPDU frames work fine if only tagged...adrian2011-03-221-9/+0
* Break the keycache management functions out into if_ath_keycache.c .adrian2011-03-021-427/+1
* Migrate the sysctl related routines (statistics, debugging, etc) out ofadrian2011-03-021-613/+2
* Fix formatting of new stat sysctls; add descriptionsadrian2011-02-211-6/+12
* Add a new counter which tracks frames TX'ed with HT protection.adrian2011-02-211-0/+2
* Disable short-GI in 20mhz mode - the hardware doesn't support this.adrian2011-02-171-0/+3
* Some statistics additions - prepare for error codes > 32 (since the AR5416adrian2011-02-141-4/+26
* Add in the (very!) optional glue to flip the 11n bits for if_ath.adrian2011-02-091-0/+50
* Fix the keycache behaviour for multicast keycache search.adrian2011-02-091-2/+2
* net80211 really doesn't want A_MPDU to appear on non-11n station node mbufs.adrian2011-02-081-0/+9
* Add in a per phy error sysctl.adrian2011-02-071-0/+20
* Just tag all RX packets as needing reorder processing for now.adrian2011-02-061-5/+12
* Only tag packets with the A-MPDU bit if they were part of an A-MPDU RX.adrian2011-02-061-10/+7
* Oops, fix newbie mistake that breaks the normal build.adrian2011-02-041-1/+1
* Disable the code I previously added from Rui's 802.11n branch.adrian2011-02-031-0/+6
* Remove the now unneeded XXX.adrian2011-01-311-1/+0
* Enable AMPDU reorder processing and receiving BAR frames when doing 802.11n.adrian2011-01-311-0/+6
* Migrate the TX path code out of if_ath and into a separate source file.adrian2011-01-291-952/+5
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .adrian2011-01-291-118/+2
OpenPOWER on IntegriCloud