summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* prepare for a new halsam2008-10-271-9/+13
* o With the addition of HT rates the set of h/w codes has a much wider rangesam2008-10-271-52/+39
* prefer #define to naked constantsam2008-10-271-1/+1
* fix handling of HT rates; these overlap legacy rates and need to besam2008-10-271-2/+7
* add hack to deal with Ubiquiti XR9 cards, they have a different mappingsam2008-10-271-9/+24
* install bssid for ahdemo mode toosam2008-10-271-0/+1
* fix commentsam2008-10-271-1/+1
* correct callback status parameter; only indicate success when an ACK wassam2008-10-271-1/+2
* Fixup statistics:sam2008-10-271-10/+13
* update the sta inactivity timer only if we actually received an ACKsam2008-10-271-1/+2
* Regdomain fixups:sam2008-10-271-18/+55
* add regdomain debug msgssam2008-10-271-0/+18
* add sys.dev.ath.X.intmit knob to enable/disable ANIsam2008-10-271-0/+18
* shuffle debug setup to simplify debugging events during attachsam2008-10-271-5/+8
* rename bf_flags to bf_txflags in preparation for the addition of flagssam2008-10-271-4/+4
* use the ic's opmode instead of our hal equivalent to check for adhoc mode;sam2008-10-271-1/+1
* intercept IEEE80211_IOC_TXPOWER and service tx power changes immediatelysam2008-10-271-1/+17
* remove driver-private equivalent of ni_txparms; it's now superfluoussam2008-10-271-22/+3
* now that the new association callback is used when joining a bss we cansam2008-10-271-5/+0
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-4/+0
* fix static key wep; r183248 caused drivers to be called for keys to besam2008-10-191-1/+2
* Crypto api changes:sam2008-09-211-2/+2
* fix compilation on 64-bit platform w/ ATH_DEBUGsam2008-09-211-1/+2
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-3/+4
* correct rx radiotap channel flags construction for 11n framessam2008-05-291-19/+18
* Cleanup power handling and fix suspend/resume:sam2008-05-291-24/+61
OpenPOWER on IntegriCloud