summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/htc_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-18ath6kl: cold reset target after host warm bootKalle Valo1-1/+1
2013-03-18ath6kl: fix usb related error handling and warningsKalle Valo1-5/+5
2013-03-09ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter1-2/+1
2012-11-27ath6kl: Fix kernel panic on continuous driver load/unloadMohammed Shafi Shajakhan1-0/+16
2012-11-27ath6kl: remove unnecessary check for NULL skbMohammed Shafi Shajakhan1-5/+3
2012-11-27ath6kl: Use standard way to assign the boolean variableMohammed Shafi Shajakhan1-1/+1
2012-10-24ath6kl: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-8/+6
2012-04-27ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layerKevin Fang1-0/+3
2012-04-16ath6kl: list_first_entry() is never NULLDan Carpenter1-8/+0
2012-03-26ath6kl: Add HTC pipe implementationKalle Valo1-0/+1713