summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/base.c
AgeCommit message (Expand)Author
2010-11-30ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis
2010-11-30ath5k: Extend rate_durationNick Kossifidis
2010-11-30ath5k: Use new function to stop beacon queueNick Kossifidis
2010-11-30ath5k: Use new dma_stop function on base.cNick Kossifidis
2010-11-18ath5k: Use generic EWMA libraryBruno Randolf
2010-11-16ath5k: Cleanup opmode setting logic.Ben Greear
2010-11-16ath5k: Add support for antenna configurationBruno Randolf
2010-11-15ath5k: make ath5k_update_bssid_mask_and_opmode() staticLuis R. Rodriguez
2010-11-09ath5k: Add channel time to survey dataBruno Randolf
2010-10-25ath5k: Properly initialize ath_common->cc_lock.Ben Greear
2010-10-13ath5k: Move debugfs under ieee80211/[wiphy-name]Ben Greear
2010-10-12ath5k: fix build break from "ath5k: Print out opmode in debugfs"Joe Perches
2010-10-11ath5k: Adjust opmode when interfaces are removed.Ben Greear
2010-10-05ath5k: Don't wake internal queuesBruno Randolf
2010-10-05ath5k: Print rx/tx bytes in debugfsBen Greear
2010-10-05ath5k: Allow ath5k to support virtual STA and AP interfaces.Ben Greear
2010-09-28ath5k: Increase "fudge" for beacon timersBruno Randolf
2010-09-28ath5k: Check and fix ATIM windowBruno Randolf
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-21ath5k: Add tx queue configuration functionBruno Randolf
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf
2010-09-21ath5k: Keep last descriptor in queueBruno Randolf
2010-09-21ath5k: Count how many times a queue got stuckBruno Randolf
2010-09-21ath5k: Add watchdog for stuck TX queuesBruno Randolf
2010-09-21ath5k: Move tx frame completion into separate functionBruno Randolf
2010-09-21ath5k: Fix TX queues stoppingBruno Randolf
2010-09-21ath5k: Use four hardware queuesBruno Randolf
2010-09-21ath5k: reorder base.c to remove fwd declsBob Copeland
2010-09-16ath5k: Use common crypt capabilities flagsBruno Randolf
2010-09-16ath5k: Use common ath key management functionsBruno Randolf
2010-08-30ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville
2010-08-27ath5k: re-order one of the frees on unwindDan Carpenter
2010-08-24ath5k: don't enable probe request rx for STAsBob Copeland
2010-08-24ath5k: remove all mention of monitor iftypeBob Copeland
2010-08-24ath5k: remove monitor check in receive_frame_ok filterBob Copeland
2010-08-24ath5k: clean up some commentsBob Copeland
2010-08-24ath5k: remove own (wrong) IEEE80211_MAX_LENNick Kossifidis
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis
2010-08-16mac80211: use cipher suite selectorsJohannes Berg
2010-08-13ath5k: disable ASPM L0s for all cardsMaxim Levitsky
2010-07-14ath5k: clean up rxlink handlingBruno Randolf
2010-07-14ath5k: disable tasklets during resetBob Copeland
2010-07-14ath5k: move reset to mac80211 workqueueBob Copeland
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf
2010-06-16ath5k: move checks and stats into new functionBruno Randolf
2010-06-16ath5k: split descriptor handling and frame receiveBruno Randolf
2010-06-16ath5k: unify rx descriptor error handlingBruno Randolf
2010-06-16ath5k: reset more pointers after we free skbsBruno Randolf
2010-06-16ath5k: print more errors when decriptor setup failsBruno Randolf
2010-06-16ath5k: fix some comment typosBruno Randolf