aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/attach.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2014-08-28ath5k: remove redundant null check before kfree()Bob Copeland1-2/+1
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-0/+2
2011-11-28ath5k: MRR support and 2GHz radio override belong in ah_capabilitiesNick Kossifidis1-5/+0
2011-11-28ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis1-6/+3
2011-11-28ath5k: Use usleep_range where possibleNick Kossifidis1-1/+1
2011-08-08ath5k: remove last references to "softc"Pavel Roskin1-1/+1
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-1/+0
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin1-5/+5
2011-08-08ath5k: remove unused and write-only structures and fieldsPavel Roskin1-4/+1
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-16/+15
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-2/+2
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-9/+8
2011-07-08ath5k: use more readable way to clear MAC addressPavel Roskin1-1/+2
2011-04-14ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312Felix Fietkau1-0/+5
2011-04-14ath5k: fix the EEPROM check for hw AES crypto supportFelix Fietkau1-1/+1
2011-02-21ath5k: Enable AR2315 chipset recognitionWojciech Dubowik1-1/+2
2011-01-28ath5k: Fix short and long retry configurationBruno Randolf1-2/+2
2010-12-22ath5k: Use pci_is_pcie()Hauke Mehrtens1-1/+1
2010-12-02ath5k: Add a function to read chipset's MAC revisionFelix Fietkau1-4/+7
2010-12-02ath5k: Check if pci pdev struct is initialized in common functions.Felix Fietkau1-3/+2
2010-12-02ath5k: Introduce ath5k_init_softc function as in ath9kFelix Fietkau1-5/+5
2010-11-30ath5k: Add new field on ath5k_hw to track bandwidth modesNick Kossifidis1-1/+1
2010-10-27ath5k: Fix double free on hw attach error pathJones Desougi1-9/+8
2010-09-28ath5k: Remove unused variable for atim windowBruno Randolf1-1/+0
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf1-2/+0
2010-09-21ath/ath5k/ath9k: Fix crypto capabilities merge issueBruno Randolf1-2/+1
2010-09-16ath5k: Use common crypt capabilities flagsBruno Randolf1-4/+6
2010-09-16ath5k: Use common ath key management functionsBruno Randolf1-0/+3
2010-08-24ath5k: clean up some commentsBob Copeland1-3/+3
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis1-1/+1
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-06-18ath5k: initialize ah->ah_current_channelBob Copeland1-0/+1
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf1-2/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf1-0/+1
2010-03-31ath5k: initialize default noise floorBruno Randolf1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10ath5k: remove ah_mac_revisionBruno Randolf1-1/+0
2010-03-10ath5k: remove double opmode definitionBruno Randolf1-2/+1
2010-03-10ath5k: preserve antenna settingsBruno Randolf1-0/+1
2009-10-27ath5k: use noise calibration from madwifi halBob Copeland1-0/+2
2009-10-07ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez1-1/+1
2009-10-07atheros: define shared bssidmask settingLuis R. Rodriguez1-1/+1
2009-10-07ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez1-19/+4
2009-10-07ath5k: initialize eeprom struct early on attachLuis R. Rodriguez1-3/+2
2009-10-07ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez1-2/+5
2009-10-07ath: move ath_bcast_mac to common headerLuis R. Rodriguez1-1/+1
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin1-5/+9