summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add driver stat to count tx drops due to insufficient frag bufferssam2009-02-131-2/+1
* don't do phantom beacon miss checking for s/w beacon miss handling,sam2009-02-101-17/+22
* mark the CLR key installed for open auth stations such that it is reclaimedsam2009-02-101-0/+2
* add hw.ath.bstuck to control the stuck beacon thresholdsam2009-02-101-2/+6
* on resume ah_curchan may be NULL if no channel change has been done;sam2009-02-101-1/+3
* count stuck beacon eventssam2009-02-071-0/+1
* Minor packet drop improvements:sam2009-02-051-3/+8
* Overhaul regulatory support:sam2009-01-281-282/+62
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-271-2/+2
* don't run the calibration code if scanning, we won't be on the home channelsam2009-01-231-0/+4
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-45/+695
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modesam2008-12-071-2/+50
* New periodic calibration scheme needed for 11n parts that havesam2008-12-071-51/+78
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-2/+1
* sync w/ p4 branchsam2008-11-301-1/+2
* some of the 11n parts can hang under certain conditions withoutsam2008-11-301-2/+28
* add frequency mapping for the Zcomax GZ-901sam2008-11-301-4/+9
* print the extended tx/rx descriptor for 5416 and later partssam2008-11-241-9/+32
* nuke special handling of RXORN interrupt; the hal marks the FATALsam2008-11-241-16/+4
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-301-1/+1
OpenPOWER on IntegriCloud