summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/htc_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: remove redundant check of status != 0Colin Ian King2019-04-291-3/+0Star
* ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King2018-07-301-8/+2Star
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-1/+1
|\
| * ath6kl: fix spelling mistake: "Indicat" -> "Indicate"Colin Ian King2017-06-161-1/+1
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+1Star
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-4/+2Star
|/
* ath6kl: add __printf verification to ath6kl_dbgJoe Perches2017-04-131-1/+1
* ath6kl: implement rx flush for htc pipeJessica Wu2014-07-141-3/+29
* ath6kl: fix blank lines before and after bracesKalle Valo2014-03-131-9/+1Star
* ath6kl: cold reset target after host warm bootKalle Valo2013-03-181-1/+1
* ath6kl: fix usb related error handling and warningsKalle Valo2013-03-181-5/+5
* ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter2013-03-091-2/+1Star
* ath6kl: Fix kernel panic on continuous driver load/unloadMohammed Shafi Shajakhan2012-11-271-0/+16
* ath6kl: remove unnecessary check for NULL skbMohammed Shafi Shajakhan2012-11-271-5/+3Star
* ath6kl: Use standard way to assign the boolean variableMohammed Shafi Shajakhan2012-11-271-1/+1
* ath6kl: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-241-8/+6Star
* ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layerKevin Fang2012-04-271-0/+3
* ath6kl: list_first_entry() is never NULLDan Carpenter2012-04-161-8/+0Star
* ath6kl: Add HTC pipe implementationKalle Valo2012-03-261-0/+1713