summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-301-1/+1
* prepare for a new halsam2008-10-273-9/+36
* o With the addition of HT rates the set of h/w codes has a much wider rangesam2008-10-273-59/+47
* 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-272-10/+16
* 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-272-0/+24
* 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-272-5/+5
* 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
* move complaints about bad rate codes up a level so we can printsam2008-10-271-16/+24
* remove driver-private equivalent of ni_txparms; it's now superfluoussam2008-10-275-28/+6
* now that the new association callback is used when joining a bss we cansam2008-10-275-125/+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
* fix memory smash on lp64 platforms; mostly noticeable in user modesam2008-09-211-0/+5
* Update for new HAL.rpaulo2008-09-091-1/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-3/+4
* 5416 and similar chips grew another region in the pci clock domainsam2008-05-311-2/+6
* correct rx radiotap channel flags construction for 11n framessam2008-05-291-19/+18
* Cleanup power handling and fix suspend/resume:sam2008-05-292-25/+63
* 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-032-6/+13
* 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-2013-1165/+1547
* (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
* - Use pci_enable_busmaster() to turn on busmaster.kevlo2007-10-231-35/+10
* revert 1.18: the negotiated rate set may not match the halsam2007-10-131-18/+34
* Update beacon handling to sync w/ vap code base:sam2007-09-171-3/+13
* convert hardware rate codes to IEEE rate codes with a lookup tablesam2007-09-171-34/+18
* 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
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-6/+2
OpenPOWER on IntegriCloud