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