aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-09-25ath9k: Avoid a potential deadlockVille Syrjälä1-2/+2
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau1-21/+25
2015-08-13ath9k: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+1
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-8/+8
2014-10-27ath9k: restart hardware after noise floor calibration failureFelix Fietkau1-3/+9
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan1-1/+1
2014-06-19ath9k: Add channel context worker threadFelix Fietkau1-1/+1
2014-06-19ath9k: Add channel context structureFelix Fietkau1-1/+1
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel1-7/+9
2014-01-03ath9k: Fix "cc_lock" usageSujith Manoharan1-2/+2
2014-01-03ath9k: Remove RX PollSujith Manoharan1-55/+8
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez1-1/+11
2013-10-18ath9k: add noise floor parameter to ath9k_hw_getchan_noiseLorenzo Bianconi1-1/+2
2013-09-26ath9k: Use bitops for calibration flagsSujith Manoharan1-5/+7
2013-08-26ath9k: Fix TX poll work lockingSujith Manoharan1-1/+1
2013-06-03ath9k: Simplify ANI initializationSujith Manoharan1-6/+2
2013-05-22ath9k: Remove MAC_DEBUGSujith Manoharan1-1/+0
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2013-03-27ath9k: avoid queueing hw check work when suspendedLuis R. Rodriguez1-1/+2
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-1/+1
2013-03-18ath9k: limit tx path hang check to normal data queuesFelix Fietkau1-13/+13
2012-12-10ath9k_hw: Add HW cap for PAPRDSujith Manoharan1-1/+1
2012-12-10ath9k: Fix redundant PS wrappersSujith Manoharan1-4/+6
2012-12-10ath9k: Add a few debug messages for PAPRDSujith Manoharan1-2/+8
2012-11-21ath9k: Fix the 'xmit' debugfs fileSujith Manoharan1-3/+0
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan1-1/+1
2012-10-19ath9k: perform ANI cycle in idle stateRajkumar Manoharan1-1/+11
2012-09-10ath9k: make PA linearization optional, disabled by default and fix checksFelix Fietkau1-1/+1
2012-09-05ath9k: fix PA linearization calibration related crashFelix Fietkau1-8/+1
2012-09-05ath9k_hw: calibrate PA input for PA predistortionFelix Fietkau1-1/+8
2012-07-17ath9k: Fix race in reset-work usageRajkumar Manoharan1-7/+6
2012-07-17ath9k: Fix ANI managementSujith Manoharan1-7/+53
2012-06-20ath9k: do not sampling on ani timer when chip is in sleepRajkumar Manoharan1-1/+1
2012-06-13ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan1-0/+8
2012-06-06ath9k: Use atomic operationsSujith Manoharan1-2/+2
2012-06-06ath9k: Fix work handlingSujith Manoharan1-14/+19
2012-06-06ath9k: Group link monitoring logicSujith Manoharan1-0/+497