summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller23-1369/+1534
2013-10-04Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville21-1015/+984
2013-10-03ath10k: wmi: Convert use of 6 to ETH_ALENJoe Perches1-1/+1
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-26wireless: ath10k: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville16-428/+626
2013-09-26ath10k: replenish HTT RX buffers in a taskletMichal Kazior2-3/+38
2013-09-26ath10k: align RX frames properlyMichal Kazior1-1/+5
2013-09-26ath10k: fix Native Wifi decap mode RXMichal Kazior1-3/+29
2013-09-26ath10k: cleanup RX decap handlingMichal Kazior1-26/+28
2013-09-26ath10k: document decap modesMichal Kazior1-2/+22
2013-09-26ath10k: report A-MSDU subframes individuallyMichal Kazior2-123/+85
2013-09-25ath: Remove extern from function prototypesJoe Perches1-4/+4
2013-09-20ath10k: use msdu headroom to store txfragMichal Kazior4-53/+53
2013-09-20ath10k: cleanup HTT TX functionsMichal Kazior1-73/+68
2013-09-20ath10k: decouple HTT TX completionsMichal Kazior6-108/+27
2013-09-20ath10k: avoid needless memset on TX pathMichal Kazior4-4/+7
2013-09-20ath10k: use num_pending_tx instead of msdu id bitmapMichal Kazior2-3/+2
2013-09-20ath10k: fix num_sends_allowed replenishingMichal Kazior1-4/+0
2013-09-20ath10k: fix tracing build for ath10k_wmi_cmdMichal Kazior1-1/+1
2013-09-16ath10k: remove wmi event worker threadMichal Kazior2-46/+1
2013-09-16ath10k: remove wmi pending count limitMichal Kazior4-45/+0
2013-09-16ath10k: improve beacon submission latencyMichal Kazior4-14/+71
2013-09-16ath10k: simplify HTC command submittingMichal Kazior3-140/+43
2013-09-16ath10k: make WMI commands block by designMichal Kazior3-24/+42
2013-09-16ath10k: add HTC TX credits replenishing notificationMichal Kazior2-0/+10
2013-09-16ath10k: simplify HTC credits calculationMichal Kazior1-48/+10
2013-09-12wireless: ath10k: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-12ath10k: delete struct ce_sendlistKalle Valo3-107/+25
2013-09-12ath10k: Calculate correct peer PHY mode for VHTSujith Manoharan1-3/+11
2013-09-12ath10k: print phymode as a stringKalle Valo2-2/+49
2013-09-12ath10k: clean mac.c debug messagesKalle Valo1-88/+92
2013-09-12ath10k: add boot messages to htt.cKalle Valo2-2/+2
2013-09-12ath10k: add boot debug messages to htc.cKalle Valo1-8/+8
2013-09-12ath10k: add boot debug messages to pci.c and ce.cKalle Valo2-2/+12
2013-09-12ath10k: cleanup debug messages in core.cKalle Valo1-3/+6
2013-09-12ath10k: rename ATH10K_DBG_CORE to BOOTKalle Valo2-4/+4
2013-09-12ath10k: add BMI log levelKalle Valo2-15/+28
2013-09-10ath10k: define ath10k_debug_start/_stop as static inlineBartosz Markowski1-2/+2
2013-09-08ath10k: prevent CE from looping indefinitelyMichal Kazior3-115/+52
2013-09-06ath10k: remove obsolete INIT STATUS definitionsBartosz Markowski1-8/+0
2013-09-06ath10k: set the UART baud rate to 19200Bartosz Markowski1-0/+7
2013-09-06ath10k: add htt_stats_enable debugfs fileKalle Valo4-0/+157
2013-09-06ath10k: implement ath10k_debug_start/stop()Kalle Valo3-0/+27
2013-09-06ath10k: add trace event ath10k_htt_statsKalle Valo2-1/+25
2013-09-06ath10k: add missing braces to ath10k_pci_tx_pipe_cleanupDave Jones1-1/+2
2013-09-03ath10k: add chip_id file to debugfsKalle Valo1-0/+22
2013-09-03ath10k: check chip id from the soc register during probeKalle Valo4-4/+57
2013-09-03ath10k: simplify ath10k_ce_init() wake up handlingKalle Valo1-9/+5
2013-09-03ath10k: convert ath10k_pci_wake() to returnKalle Valo3-17/+45