index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath6kl
/
htc.c
Commit message (
Expand
)
Author
Age
*
ath6kl: add htc ops
Kalle Valo
2012-03-26
*
ath6kl: remove void pointer from ath6kl_credit_setup()
Kalle Valo
2012-03-26
*
ath6kl: Add tx_complete() to struct htc_ep_callbacks
Kalle Valo
2012-03-26
*
ath6kl: Dump htc header when invalid Rx frame length is detected
Vasanthakumar Thiagarajan
2012-03-26
*
ath6kl: fix too long lines
Kalle Valo
2012-03-07
*
ath6kl: logical continuations should be on the previous line
Kalle Valo
2012-03-07
*
ath6kl: alignment should match open parenthesis
Kalle Valo
2012-03-07
*
ath6kl: Fix memory leak of rx packets in endpoint 0
Vasanthakumar Thiagarajan
2012-02-28
*
ath6kl: assign Tx packet drop threshold per endpoint based on AC priority
Chilam Ng
2012-02-27
*
ath6kl: prioritize Tx bundling based on AC priorities
Chilam Ng
2012-02-08
*
ath6kl: Update license header
Vasanthakumar Thiagarajan
2012-02-08
*
ath6kl: add back beginnings of USB support
Kalle Valo
2012-01-18
*
Merge remote branch 'wireless-next/master' into ath6kl-next
Kalle Valo
2012-01-13
|
\
|
*
ath6kl: revert USB support
John W. Linville
2012-01-05
*
|
ath6kl: Initialize a variable properly
Sujith Manoharan
2012-01-12
|
/
*
ath6kl: disable HTC for USB devices
Kalle Valo
2011-11-13
*
ath6kl: print seqno in htc debug logs
Kalle Valo
2011-11-11
*
ath6kl: power down hardware when interface is down
Kalle Valo
2011-11-11
*
ath6kl: create ath6kl_htc_reset()
Kalle Valo
2011-11-11
*
ath6kl: add a fixme to ath6kl_htc_wait_target()
Kalle Valo
2011-11-11
*
ath6kl: add more boot debug messages
Kalle Valo
2011-11-11
*
ath6kl: add debug messages for credit handling
Kalle Valo
2011-11-11
*
ath6kl: use ath6kl_credit prefix consistently
Kalle Valo
2011-11-11
*
ath6kl: move all credit distribution code to htc.c
Kalle Valo
2011-11-11
*
ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_info
Kalle Valo
2011-11-11
*
ath6kl: rename struct htc_endpoint_credit_dist.htc_rsvd to htc_ep
Kalle Valo
2011-11-11
*
ath6kl: use ath6kl prefix in credit functions
Kalle Valo
2011-11-11
*
ath6kl: don't dump full htc packets
Kalle Valo
2011-11-11
*
ath6kl: cleanup htc debug messages
Kalle Valo
2011-11-11
*
ath6kl: merge htc debug levels
Kalle Valo
2011-11-11
*
ath6kl: move remaining content from htc_hif.h to hif.h
Kalle Valo
2011-11-11
*
ath6kl: move htc_hif to hif.c
Kalle Valo
2011-11-11
*
ath6kl: Minor cleanup in msg_look_ahead parameter in ath6kl_htc_rxmsg_pending...
Vasanthakumar Thiagarajan
2011-11-11
*
ath6kl: Avoid processing failed rx packets
Vasanthakumar Thiagarajan
2011-11-11
*
ath6kl: Fix htc_packet leak in ath6kl_htc_rx_fetch()
Vasanthakumar Thiagarajan
2011-11-11
*
ath6kl: Fix htc_packet leak in ath6kl_htc_rx_process_packets()
Vasanthakumar Thiagarajan
2011-11-11
*
ath6kl: add prefix parameter to ath6kl_dbg_dump()
Kalle Valo
2011-09-28
*
ath6kl: Remove unnecessary retrieval of first list entry in ath6kl_htc_tx_set...
Vasanthakumar Thiagarajan
2011-09-27
*
ath6kl: unify rx function naming in htc.c
Kalle Valo
2011-09-06
*
ath6kl: unify tx function names in htc.c
Kalle Valo
2011-09-06
*
ath6kl: Avoid rolling back of entire scatter setup in case of failure
Vasanthakumar Thiagarajan
2011-08-31
*
ath6kl: Fix system freeze under heavy data load
Vasanthakumar Thiagarajan
2011-08-31
*
ath6kl: fix indentation in htc_issued_send()
Kalle Valo
2011-08-31
*
ath6kl: fix function name conflicts with ath9k
Kalle Valo
2011-08-10
*
ath6kl: Rearrange the variable and the value position in IF condition
Raja Mani
2011-08-09
*
ath6kl: Print bad trailer data only when htc fails to parse trailer info
Raja Mani
2011-08-09
*
ath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_target
Vasanthakumar Thiagarajan
2011-08-09
*
ath6kl: Move scatter information from ath6kl_device to htc_target
Vasanthakumar Thiagarajan
2011-08-09
*
ath6kl: Move block_sz and block_mask from ath6kl_device to htc_target
Vasanthakumar Thiagarajan
2011-08-09
*
ath6kl: Move bundle size from ath6kl_device to htc_target
Vasanthakumar Thiagarajan
2011-08-09
[next]