summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/htc.c
AgeCommit message (Expand)Author
2012-03-26ath6kl: add htc opsKalle Valo
2012-03-26ath6kl: remove void pointer from ath6kl_credit_setup()Kalle Valo
2012-03-26ath6kl: Add tx_complete() to struct htc_ep_callbacksKalle Valo
2012-03-26ath6kl: Dump htc header when invalid Rx frame length is detectedVasanthakumar Thiagarajan
2012-03-07ath6kl: fix too long linesKalle Valo
2012-03-07ath6kl: logical continuations should be on the previous lineKalle Valo
2012-03-07ath6kl: alignment should match open parenthesisKalle Valo
2012-02-28ath6kl: Fix memory leak of rx packets in endpoint 0Vasanthakumar Thiagarajan
2012-02-27ath6kl: assign Tx packet drop threshold per endpoint based on AC priorityChilam Ng
2012-02-08ath6kl: prioritize Tx bundling based on AC prioritiesChilam Ng
2012-02-08ath6kl: Update license headerVasanthakumar Thiagarajan
2012-01-18ath6kl: add back beginnings of USB supportKalle Valo
2012-01-13Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo
2012-01-12ath6kl: Initialize a variable properlySujith Manoharan
2012-01-05ath6kl: revert USB supportJohn W. Linville
2011-11-13ath6kl: disable HTC for USB devicesKalle Valo
2011-11-11ath6kl: print seqno in htc debug logsKalle Valo
2011-11-11ath6kl: power down hardware when interface is downKalle Valo
2011-11-11ath6kl: create ath6kl_htc_reset()Kalle Valo
2011-11-11ath6kl: add a fixme to ath6kl_htc_wait_target()Kalle Valo
2011-11-11ath6kl: add more boot debug messagesKalle Valo
2011-11-11ath6kl: add debug messages for credit handlingKalle Valo
2011-11-11ath6kl: use ath6kl_credit prefix consistentlyKalle Valo
2011-11-11ath6kl: move all credit distribution code to htc.cKalle Valo
2011-11-11ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_infoKalle Valo
2011-11-11ath6kl: rename struct htc_endpoint_credit_dist.htc_rsvd to htc_epKalle Valo
2011-11-11ath6kl: use ath6kl prefix in credit functionsKalle Valo
2011-11-11ath6kl: don't dump full htc packetsKalle Valo
2011-11-11ath6kl: cleanup htc debug messagesKalle Valo
2011-11-11ath6kl: merge htc debug levelsKalle Valo
2011-11-11ath6kl: move remaining content from htc_hif.h to hif.hKalle Valo
2011-11-11ath6kl: move htc_hif to hif.cKalle Valo
2011-11-11ath6kl: Minor cleanup in msg_look_ahead parameter in ath6kl_htc_rxmsg_pending...Vasanthakumar Thiagarajan
2011-11-11ath6kl: Avoid processing failed rx packetsVasanthakumar Thiagarajan
2011-11-11ath6kl: Fix htc_packet leak in ath6kl_htc_rx_fetch()Vasanthakumar Thiagarajan
2011-11-11ath6kl: Fix htc_packet leak in ath6kl_htc_rx_process_packets()Vasanthakumar Thiagarajan
2011-09-28ath6kl: add prefix parameter to ath6kl_dbg_dump()Kalle Valo
2011-09-27ath6kl: Remove unnecessary retrieval of first list entry in ath6kl_htc_tx_set...Vasanthakumar Thiagarajan
2011-09-06ath6kl: unify rx function naming in htc.cKalle Valo
2011-09-06ath6kl: unify tx function names in htc.cKalle Valo
2011-08-31ath6kl: Avoid rolling back of entire scatter setup in case of failureVasanthakumar Thiagarajan
2011-08-31ath6kl: Fix system freeze under heavy data loadVasanthakumar Thiagarajan
2011-08-31ath6kl: fix indentation in htc_issued_send()Kalle Valo
2011-08-10ath6kl: fix function name conflicts with ath9kKalle Valo
2011-08-09ath6kl: Rearrange the variable and the value position in IF conditionRaja Mani
2011-08-09ath6kl: Print bad trailer data only when htc fails to parse trailer infoRaja Mani
2011-08-09ath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_targetVasanthakumar Thiagarajan
2011-08-09ath6kl: Move scatter information from ath6kl_device to htc_targetVasanthakumar Thiagarajan
2011-08-09ath6kl: Move block_sz and block_mask from ath6kl_device to htc_targetVasanthakumar Thiagarajan
2011-08-09ath6kl: Move bundle size from ath6kl_device to htc_targetVasanthakumar Thiagarajan