aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/htc_hst.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-2/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-6/+3
2016-11-15ath9k_htc: fix minor mistakes in dev_err messagesGravatar Colin Ian King 1-3/+3
2015-11-26ath9k_htc: check for underflow in ath9k_htc_rx_msg()Gravatar Dan Carpenter 1-1/+1
2015-08-13ath9k_htc: match wait_for_completion_timeout return typeGravatar Nicholas Mc Guire 1-3/+6
2015-01-23ath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cbGravatar John Linville 1-5/+1
2014-02-12ath9k_htc: catch fw panic patternGravatar Oleksij Rempel 1-0/+36
2013-01-11ath9k_htc: Fix memory leakGravatar Sujith Manoharan 1-0/+2
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Gravatar Joe Perches 1-1/+3
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesGravatar Joe Perches 1-4/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...Gravatar John W. Linville 1-1/+1
2011-05-19ath9k: Drag the driver to the year 2011Gravatar Sujith Manoharan 1-1/+1
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-26/+24
2011-04-13ath9k_htc: Drain packets on station removalGravatar Sujith Manoharan 1-0/+5
2011-04-13ath9k_htc: Optimize HTC start/stop APIGravatar Sujith Manoharan 1-17/+2
2011-04-13ath9k_htc: Introduce new HTC APIGravatar Sujith Manoharan 1-2/+10
2011-04-13ath9k_htc: Use SKB's private area for TX parametersGravatar Sujith Manoharan 1-9/+9
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-11-24ath9k_htc: Identify devices using driver_infoGravatar Rajkumar Manoharan 1-2/+3
2010-08-24ath9k_htc: Add support for bluetooth coexistence.Gravatar Vivek Natarajan 1-2/+2
2010-06-04ath9k_htc: Configure credit size for AR7010Gravatar Sujith 1-2/+1
2010-06-02ath9k_htc: Increase credit sizeGravatar Sujith 1-1/+1
2010-05-12ath9k_htc: Fix array overflowGravatar Sujith.Manoharan@atheros.com 1-5/+5
2010-05-12ath9k_htc: Fix target ready race conditionGravatar Sujith.Manoharan@atheros.com 1-0/+3
2010-05-12ath9k_htc: Reorder HTC initializationGravatar Sujith.Manoharan@atheros.com 1-19/+19
2010-04-26ath9k_htc: Pass correct private pointerGravatar Sujith 1-2/+3
2010-04-16ath9k_htc: Fix sparse endian warningsGravatar Sujith 1-4/+4
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg out pathGravatar Ming Lei 1-9/+12
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg in pathGravatar Ming Lei 1-2/+5
2010-04-08ath9k_htc: Fix HTC layer memleakGravatar Sujith 1-0/+7
2010-03-31ath9k_htc: Fix watchdog pattern parsingGravatar Sujith 1-1/+1
2010-03-23ath9k_htc: Support for AR9271 chipset.Gravatar Sujith 1-0/+463