summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.adrian2011-01-211-12/+47
* Include the initial support for external EEPROMs.adrian2011-01-201-1/+1
* Use the now-exposed diag code, rather than a hard-coded magic number.adrian2011-01-201-1/+1
* Break out the diagnostic codes from ah_internal.h and place them in ah_diagco...adrian2011-01-201-0/+1
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-4/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-6/+6
* Export ath stats via snmp, rather than requiring a debugging interfaceadrian2010-08-141-0/+188
* Add a global counter of missed beacons.adrian2010-08-141-0/+1
* Don't delay updating the longcal timer - instead, update the longcaladrian2010-08-101-1/+1
* Extend the ath debugging a little to log the interface name.adrian2010-07-081-1/+1
* sc_lastrs is also used in case the sending station is not known, forbschmidt2010-06-141-9/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Add WPA-None support:bschmidt2010-04-101-2/+8
* Correct spelling of reseting (found while researching the "bb hang detected"deischen2010-02-191-19/+19
* Fix typo in comment.rpaulo2010-02-101-1/+1
* Fixing compilation bustage by removing a stray comment fragment.avatar2010-02-091-1/+0
* Add multicast key search support. This fixes corrupted mcast packetsrpaulo2010-02-081-7/+28
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-1/+1
* cardbus -> CardBusimp2010-01-031-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* correct typo that was a noop on 32-bit machines but a bug on 64-bit machinessam2009-09-071-1/+1
* On resume in sta mode program the beacon timers so when roaming (andsam2009-08-311-1/+10
* track whether any mesh vaps are present to correctly setup the rx filtersam2009-07-211-1/+5
* Fix something bogus deletion that got it during mesh commit.rpaulo2009-07-111-0/+1
OpenPOWER on IntegriCloud