summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-11/+28
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsisam2009-06-131-1/+1
* treat IEEE80211_S_CSA as a "running state"; this fixessam2009-06-031-4/+4
* improve raw xmit failure handlingsam2009-06-021-17/+21
* count frag tx failures as an ifnet errorsam2009-06-021-0/+1
* fix commentsam2009-06-021-1/+1
* restart tdma beacons after vap destroysam2009-06-021-4/+10
* Overhaul monitor mode handling:sam2009-05-201-85/+47
* optimize ath_tx_findrix: there's no need to walk the rates table assam2009-05-071-20/+18
* o cleanup checks for which vap combinations are permitted and what tosam2009-05-061-20/+32
* make superg/fast-frames state dynamically-allocated (and indirect offsam2009-05-021-7/+2
* don't use caddr_t to match ieee80211_dump_pkt type; supplying the correctsam2009-04-131-7/+8
* o fix dynamic slave-side tdma slot length updating: we need to re-setup thesam2009-04-131-1/+2
* remove reference to sc_tdmabintcnt; it was removed in r190848sam2009-04-131-1/+0
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-381/+32
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. Itsam2009-03-301-25/+26
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-13/+5
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-191-25/+0
* Minor cleanups of tdma protocol handling:sam2009-03-181-3/+3
* replace if_watchdog w/ private callout; probably can merge this with thesam2009-03-091-14/+19
* add a sysctl to ena/dis frobbing ccasam2009-03-051-1/+21
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-241-4/+8
* print mac+rf part names; drop the printing 2ghz rf stuff (might come back)sam2009-02-231-26/+3
* remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTERsam2009-02-191-6/+1
* add SIOCZATHSTATS ioctl to zero driver statisticssam2009-02-131-0/+6
OpenPOWER on IntegriCloud