summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* close a race on detach by reordering bpfdetach and taskqueue_freesam2008-05-281-4/+8
* send EAPOL frames at the same rate used for mgt framessam2008-05-281-2/+10
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* o unbreak handling of TKIP tx-only keys for splitmic chipssam2008-05-031-9/+13
* add back sysctl's to display the regdomain and country code from eeprom;sam2008-05-031-6/+11
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-13/+7
* remove old code to handle mcast address changes; this is all done throughsam2008-04-301-10/+0
* restore the hal's channel list when doing getradiocaps so it's in sync withsam2008-04-271-0/+5
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-866/+1309
* (finally) add the hal status to the diagnostic generated aftersam2008-03-221-3/+4
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-171-85/+1
* Update beacon handling to sync w/ vap code base:sam2007-09-171-3/+13
* bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108Asam2007-09-171-0/+4
* fix led blinking in RUN state: the addition of the CAC state movedsam2007-09-171-0/+3
* Add missing bits that made bg scanning lame:sam2007-09-051-9/+7
OpenPOWER on IntegriCloud