aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/attach.c
Commit message (Expand)AuthorAge
* ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-10
* ath5k: MRR support and 2GHz radio override belong in ah_capabilitiesNick Kossifidis2011-11-28
* ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis2011-11-28
* ath5k: Use usleep_range where possibleNick Kossifidis2011-11-28
* ath5k: remove last references to "softc"Pavel Roskin2011-08-08
* ath5k: clean up base.h and its usePavel Roskin2011-08-08
* ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin2011-08-08
* ath5k: remove unused and write-only structures and fieldsPavel Roskin2011-08-08
* ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-20
* ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-11
* ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-08
* ath5k: use more readable way to clear MAC addressPavel Roskin2011-07-08
* ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312Felix Fietkau2011-04-14
* ath5k: fix the EEPROM check for hw AES crypto supportFelix Fietkau2011-04-14
* ath5k: Enable AR2315 chipset recognitionWojciech Dubowik2011-02-21
* ath5k: Fix short and long retry configurationBruno Randolf2011-01-28
* ath5k: Use pci_is_pcie()Hauke Mehrtens2010-12-22
* ath5k: Add a function to read chipset's MAC revisionFelix Fietkau2010-12-02
* ath5k: Check if pci pdev struct is initialized in common functions.Felix Fietkau2010-12-02
* ath5k: Introduce ath5k_init_softc function as in ath9kFelix Fietkau2010-12-02
* ath5k: Add new field on ath5k_hw to track bandwidth modesNick Kossifidis2010-11-30
* ath5k: Fix double free on hw attach error pathJones Desougi2010-10-27
* ath5k: Remove unused variable for atim windowBruno Randolf2010-09-28
* ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf2010-09-21
* ath/ath5k/ath9k: Fix crypto capabilities merge issueBruno Randolf2010-09-21
* ath5k: Use common crypt capabilities flagsBruno Randolf2010-09-16
* ath5k: Use common ath key management functionsBruno Randolf2010-09-16
* ath5k: clean up some commentsBob Copeland2010-08-24
* ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis2010-08-24
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-23
|\
| * ath5k: initialize ah->ah_current_channelBob Copeland2010-06-18
* | ath5k: remove ATH_TRACE macroBruno Randolf2010-06-02
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-15
|\
| * ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf2010-04-07
| * ath5k: initialize default noise floorBruno Randolf2010-03-31
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | ath5k: remove ah_mac_revisionBruno Randolf2010-03-10
* | ath5k: remove double opmode definitionBruno Randolf2010-03-10
* | ath5k: preserve antenna settingsBruno Randolf2010-03-10
|/
* ath5k: use noise calibration from madwifi halBob Copeland2009-10-27
* ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez2009-10-07
* atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-07
* ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez2009-10-07
* ath5k: initialize eeprom struct early on attachLuis R. Rodriguez2009-10-07
* ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez2009-10-07
* ath: move ath_bcast_mac to common headerLuis R. Rodriguez2009-10-07
* ath5k: don't use PCI ID to find the chip revisionPavel Roskin2009-08-28
* ath5k: clarify srev comparison for CCMP checkBob Copeland2009-08-28
* ath5k: add hardware CCMP encyption supportBob Copeland2009-08-28