summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)AuthorFilesLines
2012-02-22ath5k:Remove __raw_read and __raw_writeJonathan Bither3-17/+17
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-4/+4
2012-01-24ath5k: use bool type for no_hw_rfkill_switch module parameterJohn W. Linville1-1/+1
2012-01-24ath5k: claim support for IBSS RSNAntonio Quartulli2-0/+11
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2012-01-04ath5k: avoid sparse warnings on tracingLuis R. Rodriguez1-2/+3
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-4/+4
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-11-28ath5k: Optimize ath5k_cw_validateNick Kossifidis1-4/+13
2011-11-28ath5k: Renumber hw queue idsNick Kossifidis2-13/+11
2011-11-28ath5k: ath5k_ani_period_restart only touches struct ath5k_ani_stateNick Kossifidis1-4/+3
2011-11-28ath5k: MRR support and 2GHz radio override belong in ah_capabilitiesNick Kossifidis5-48/+47
2011-11-28ath5k: Add a module parameter to disable hw rf kill switchNick Kossifidis1-2/+9
2011-11-28ath5k: We always do full calibration on AR5210Nick Kossifidis1-0/+3
2011-11-28ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis16-725/+1944
2011-11-28ath5k: Use usleep_range where possibleNick Kossifidis4-20/+20
2011-11-28ath5k: Calibration re-workNick Kossifidis3-62/+147
2011-11-28ath5k: Cleanups v1Nick Kossifidis2-33/+96
2011-11-28ath5k: Add TXNOFRM to INT_TX_ALLNick Kossifidis1-0/+1
2011-11-28ath5k: Switch from read-and-clear to write-to-clear method when handling PISR...Nick Kossifidis4-93/+189
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-10-31drivers/net: wireless/ath/ath5k/debug.c does not need module.hPaul Gortmaker1-1/+0
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-11ath5k: remove some unneeded error handling codeDan Carpenter1-6/+0
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+1
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-3/+3
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-9/+14
2011-08-09ath5k: fix error handling in ath5k_beacon_sendBob Copeland1-9/+14
2011-08-08ath5k: remove last references to "softc"Pavel Roskin5-9/+9
2011-08-08ath5k: clean up base.h and its usePavel Roskin22-70/+62
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin8-134/+102
2011-08-08ath5k: remove most references to XRPavel Roskin5-22/+0
2011-08-08ath5k: remove unused and write-only structures and fieldsPavel Roskin5-37/+1
2011-08-08ath5k: remove wireless extensions inclusionsJohannes Berg1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville23-1419/+1257
2011-07-22ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin1-6/+3
2011-07-22ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin3-81/+5
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin3-22/+6
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin22-1314/+1247
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville24-427/+467
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-5/+14
2011-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+11
2011-07-13ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau1-1/+6
2011-07-13ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau3-3/+13
2011-07-13ath5k: fix reference clock usec duration setting restoreFelix Fietkau1-1/+11
2011-07-13ath5k: delay full calibration after resetFelix Fietkau1-1/+1