aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* fix static const orderSam Leffler2008-12-131-2/+2
* remove duplicate caseSam Leffler2008-12-131-2/+1
* remove conflicting declSam Leffler2008-12-131-3/+1
* add missing breakSam Leffler2008-12-111-1/+2
* add missing breakSam Leffler2008-12-111-1/+2
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modeSam Leffler2008-12-071-2/+50
* New periodic calibration scheme needed for 11n parts that haveSam Leffler2008-12-072-52/+90
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-018-54/+29
* import ath halSam Leffler2008-12-01110-0/+52514
* cover up sun4v namespace pollutionSam Leffler2008-11-301-0/+3
* Major overhaul:Sam Leffler2008-11-302-380/+567
* sync w/ p4 branchSam Leffler2008-11-301-1/+2
* some of the 11n parts can hang under certain conditions withoutSam Leffler2008-11-301-2/+28
* add frequency mapping for the Zcomax GZ-901Sam Leffler2008-11-301-4/+9
* print the extended tx/rx descriptor for 5416 and later partsSam Leffler2008-11-241-9/+32
* nuke special handling of RXORN interrupt; the hal marks the FATALSam Leffler2008-11-242-17/+4
* Fix checks for fast frames negotiation. ni_ath_flags holds theSam Leffler2008-10-301-1/+1
* prepare for a new halSam Leffler2008-10-273-9/+36
* o With the addition of HT rates the set of h/w codes has a much wider rangeSam Leffler2008-10-273-59/+47
* prefer #define to naked constantSam Leffler2008-10-271-1/+1
* fix handling of HT rates; these overlap legacy rates and need to beSam Leffler2008-10-271-2/+7
* add hack to deal with Ubiquiti XR9 cards, they have a different mappingSam Leffler2008-10-271-9/+24
* install bssid for ahdemo mode tooSam Leffler2008-10-271-0/+1
* fix commentSam Leffler2008-10-271-1/+1
* correct callback status parameter; only indicate success when an ACK wasSam Leffler2008-10-271-1/+2
* Fixup statistics:Sam Leffler2008-10-272-10/+16
* update the sta inactivity timer only if we actually received an ACKSam Leffler2008-10-271-1/+2
* Regdomain fixups:Sam Leffler2008-10-271-18/+55
* add regdomain debug msgsSam Leffler2008-10-271-0/+18
* add sys.dev.ath.X.intmit knob to enable/disable ANISam Leffler2008-10-272-0/+24
* shuffle debug setup to simplify debugging events during attachSam Leffler2008-10-271-5/+8
* rename bf_flags to bf_txflags in preparation for the addition of flagsSam Leffler2008-10-272-5/+5
* use the ic's opmode instead of our hal equivalent to check for adhoc mode;Sam Leffler2008-10-271-1/+1
* intercept IEEE80211_IOC_TXPOWER and service tx power changes immediatelySam Leffler2008-10-271-1/+17
* move complaints about bad rate codes up a level so we can printSam Leffler2008-10-271-16/+24
* remove driver-private equivalent of ni_txparms; it's now superfluousSam Leffler2008-10-275-28/+6
* now that the new association callback is used when joining a bss we canSam Leffler2008-10-275-125/+0
* o use the new association callback to notify the driver when joining a bssSam Leffler2008-10-271-4/+0
* fix static key wep; r183248 caused drivers to be called for keys to beSam Leffler2008-10-191-1/+2
* Crypto api changes:Sam Leffler2008-09-211-2/+2
* fix compilation on 64-bit platform w/ ATH_DEBUGSam Leffler2008-09-211-1/+2
* fix memory smash on lp64 platforms; mostly noticeable in user modeSam Leffler2008-09-211-0/+5
* Update for new HAL.Rui Paulo2008-09-091-1/+1
* Change the calling convention for ic_node_alloc to deal withSam Leffler2008-06-071-3/+4
* 5416 and similar chips grew another region in the pci clock domainSam Leffler2008-05-311-2/+6
* correct rx radiotap channel flags construction for 11n framesSam Leffler2008-05-291-19/+18
* Cleanup power handling and fix suspend/resume:Sam Leffler2008-05-292-25/+63
* close a race on detach by reordering bpfdetach and taskqueue_freeSam Leffler2008-05-281-4/+8
* send EAPOL frames at the same rate used for mgt framesSam Leffler2008-05-281-2/+10
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+2