aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-2/+3
2012-12-11ath5k: RX timestamp is reported at end of frameThomas Pedersen1-12/+1
2012-12-10ath5k: fix tx path skb leaksFelix Fietkau1-2/+2
2012-12-06ath5k: remove __dev* attributesBill Pemberton1-2/+2
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg1-4/+6
2012-10-08ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun1-1/+2
2012-09-24ath5k: disable HW crypto in management frameChun-Yeow Yeoh1-0/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+2
2012-08-13ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland1-4/+2
2012-08-10ath5k: Put power_level where it belongs and rename itNick Kossifidis1-2/+3
2012-07-11ath5k: replace modparam_all_channels with CONFIG_ATH5K_TEST_CHANNELSLuis R. Rodriguez1-7/+10
2012-06-19ath5k: remove _bh from inner locksBob Copeland1-2/+2
2012-05-29ath5k: add possible wiphy interface combinationsFelix Fietkau1-0/+19
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2012-04-16ath5k: use compare_ether_addr on MAC addresses instead of memcmpJonathan Bither1-2/+2
2012-04-10ath5k: Introduce _ath5k_printk to reduce code/textJoe Perches1-0/+20
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-0/+2
2012-03-06ath5k: do not stop queues for full calibrationFelix Fietkau1-12/+2
2012-03-06ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh1-2/+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 Quartulli1-0/+3
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-3/+3
2011-11-28ath5k: MRR support and 2GHz radio override belong in ah_capabilitiesNick Kossifidis1-29/+18
2011-11-28ath5k: Add a module parameter to disable hw rf kill switchNick Kossifidis1-2/+9
2011-11-28ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis1-2/+1
2011-11-28ath5k: Calibration re-workNick Kossifidis1-34/+78
2011-11-28ath5k: Cleanups v1Nick Kossifidis1-29/+83
2011-11-28ath5k: Switch from read-and-clear to write-to-clear method when handling PISR/SISR registersNick Kossifidis1-1/+1
2011-10-11ath5k: remove some unneeded error handling codeDan Carpenter1-6/+0
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 Roskin1-2/+2
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-0/+3
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin1-16/+7
2011-08-08ath5k: remove unused and write-only structures and fieldsPavel Roskin1-1/+0
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-588/+550
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin1-6/+4
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-584/+548
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-34/+37
2011-07-13ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau1-1/+6
2011-07-13ath5k: delay full calibration after resetFelix Fietkau1-1/+1
2011-07-13ath5k: initialize common->clockrateFelix Fietkau1-0/+1
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-7/+7
2011-07-08ath5k: read sc->imask with sc->irqlock heldPavel Roskin1-1/+2
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-13/+11
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin1-8/+6
2011-07-08ath5k: use parentheses around macro definitionsPavel Roskin1-1/+1
2011-07-08ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin1-2/+2
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-8/+7