summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-03ath10k: clean up ath10k_ce_completed_send_next_nolock()Kalle Valo1-20/+21
2013-09-03ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10kKalle Valo2-16/+15
2013-09-03ath10k: remove void pointer from struct ath10k_pci_complKalle Valo2-7/+7
2013-09-03ath10k: make target_ce_config_wlan more readableKalle Valo1-14/+71
2013-09-03ath10k: pci: make host_ce_config_wlan[] more readableKalle Valo1-18/+63
2013-09-01ath10k: remove un ar_pci->cacheline_sz fieldKalle Valo2-3/+0
2013-09-01ath10k: rename ce_ring_state to ath10k_ce_ringMichal Kazior2-19/+18
2013-09-01ath10k: rename ce_state to ath10k_ce_pipeMichal Kazior4-77/+78
2013-09-01ath10k: rename hif_ce_pipe_info to ath10k_pci_pipeMichal Kazior2-20/+20
2013-09-01ath10k: remove unused ce_attr parametersMichal Kazior2-15/+9
2013-09-01ath10k: remove ce_op_stateMichal Kazior2-10/+0
2013-09-01ath10k: use inline ce_state structureMichal Kazior2-25/+14
2013-08-28ath10k: Fix mutex unlock balanceMohammed Shafi Shajakhan1-1/+0
2013-08-15ath10k: add support for HTT 3.0Michal Kazior5-39/+76
2013-08-15ath10k: add support for firmware newer than 636Michal Kazior3-11/+47
2013-08-14ath10k: fix WEP in AP and IBSS modeMarek Puzyniak1-4/+0
2013-08-14ath10k: plug possible memory leak in WMIMichal Kazior1-0/+1
2013-08-14ath10k: implement 802.3 SNAP rx decap type A-MSDU handlingMichal Kazior1-2/+10
2013-08-14ath10k: fix HTT service setupMichal Kazior1-4/+4
2013-08-14ath10k: print errcode when CE ring setup failsMichal Kazior1-6/+9
2013-08-14ath10k: clean up PCI completion statesMichal Kazior2-12/+23
2013-08-14ath10k: use sizeof(*var) in kmallocMichal Kazior1-2/+1