aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath.h
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+0
* samsung update 1codeworkx2012-06-021-29/+25
* ath: unshare struct ath_bus_ops between ath5k and ath9kFelix Fietkau2011-04-141-8/+1
* ath9k_hw: add a new register op for read-mask-writeFelix Fietkau2011-03-301-0/+1
* ath9k_htc: Add multiple register read APISujith Manoharan2011-01-191-0/+2
* ath: fix build break with ATH_DBG_WARN_ON_ONCEJohn W. Linville2010-12-091-1/+4
* ath9k_htc: Cleanup device identificationSujith Manoharan2010-12-071-6/+0
* ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear2010-12-071-0/+2
* ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan2010-12-071-0/+1
* ath: Add and use ath_printk and ath_<level>Joe Perches2010-12-071-0/+103
* ath9k: Reintroduce modparam to enable btcoexVasanthakumar Thiagarajan2010-11-291-0/+2
* ath: Add a driver_info bitmask fieldRajkumar Manoharan2010-11-241-0/+6
* ath9k_hw: move the cycle counter tracking to athFelix Fietkau2010-10-111-0/+14
* ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau2010-10-111-0/+2
* ath9k_hw: clean up register write bufferingFelix Fietkau2010-10-061-3/+1
* ath9k: remove the noise floor value in the ani structFelix Fietkau2010-10-051-1/+0
* ath/ath5k/ath9k: Fix crypto capabilities merge issueBruno Randolf2010-09-211-7/+2
* ath/ath9k: Replace common->splitmic with a flagBruno Randolf2010-09-161-1/+1
* ath: Copy key cache management functions from ath9k to athBruno Randolf2010-09-161-0/+27
* ath: Copy cryptographic capability flags into athBruno Randolf2010-09-161-0/+10
* ath9k: fix spurious MIC failure reportsFelix Fietkau2010-08-311-0/+1
* ath: Add buffered register write operationsSujith2010-04-161-1/+13
* ath: Add a bus type fieldSujith2010-04-061-3/+10
* ath9k: fix access to freed data on unloadPavel Roskin2010-02-011-1/+0
* ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez2009-11-111-0/+14
* ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez2009-11-111-0/+2
* ath9k: move struct ath_ani to common areaLuis R. Rodriguez2009-11-111-0/+12
* ath9k: initialize hw prior to debugfsLuis R. Rodriguez2009-10-071-0/+6
* atheros: define a common priv structLuis R. Rodriguez2009-10-071-0/+1
* atheros: move bus ops to ath_commonLuis R. Rodriguez2009-10-071-0/+10
* atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez2009-10-071-0/+3
* atheros: add common debug printingLuis R. Rodriguez2009-10-071-0/+3
* atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez2009-10-071-0/+2
* atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-071-0/+3
* ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez2009-10-071-1/+1
* atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez2009-10-071-0/+6
* atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez2009-10-071-0/+4
* atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez2009-10-071-0/+1
* ath: move ath_bcast_mac to common headerLuis R. Rodriguez2009-10-071-0/+2
* ath: move regulatory info into shared common structureLuis R. Rodriguez2009-08-201-0/+18
* ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez2009-08-141-0/+30