aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-01ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan1-2/+3
2016-12-01ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan1-1/+1
2016-11-23ath10k: fix monitor vdev for receiving other bss framesManoharan, Rajkumar1-0/+1
2016-10-04ath10k: allow setting coverage classBenjamin Berg1-0/+11
2016-10-04ath10k: add cc_wraparound type for QCA9888 and QCA9884Anilkumar Kolli1-0/+2
2016-09-27ath10k: support up to 64 vdevsBen Greear1-1/+4
2016-09-27ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap modeVasanthakumar Thiagarajan1-0/+12
2016-09-13ath10k: remove 4-addr padding related hw_param configurationVasanthakumar Thiagarajan1-9/+0
2016-09-13ath10k: add provision for Rx descriptor abstractionVasanthakumar Thiagarajan1-0/+12
2016-09-13ath10k: enable peer stats by defaultThomas Pedersen1-0/+3
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan1-0/+2
2016-09-02ath10k: Fix broken NULL func data frame status for 10.4Mohammed Shafi Shajakhan1-0/+1
2016-09-02ath10k: use complete() instead complete_all()Daniel Wagner1-8/+8
2016-09-02ath10k: fix group privacy action frame decryption for qca4019Rajkumar Manoharan1-0/+4
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-2/+2
2016-08-31ath10k: fix spurious tx/rx during bootMichal Kazior1-0/+68
2016-08-31ath10k: move firmware_swap_code_seg_info to ath10k_fw_fileTamizh chelvam1-3/+3
2016-07-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+27
2016-07-08ath10k: replace warning with an error message if HTT op version is unsetMohammed Shafi Shajakhan1-1/+1
2016-07-08ath10k: enable support for QCA9888Anilkumar Kolli1-0/+26
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-14ath10k: fix cycle counter wraparound handling for QCA4019Vasanthakumar Thiagarajan1-1/+1
2016-06-14ath10k: define an enum to enable cycle counter wraparound logicVasanthakumar Thiagarajan1-3/+3
2016-06-14ath10k: fix CCK h/w rates for QCA99X0 and newer chipsetsMohammed Shafi Shajakhan1-0/+3
2016-06-07ath10k: fix crash related to printing featuresBen Greear1-1/+1
2016-06-07ath10k: add board data download from targetSven Eckelmann1-1/+41
2016-06-07ath10k: add QCA9887 chipset supportSven Eckelmann1-0/+20
2016-06-02ath10k: add pdev param support to enable/disable btcoexRajkumar Manoharan1-0/+10
2016-06-02ath10k: add new ATH10K_FW_FEATURE_BTCOEX_PARAMRajkumar Manoharan1-0/+1
2016-06-02ath10k: update module descriptionRajkumar Manoharan1-1/+1
2016-05-24ath10k: enable support for QCA9984Vasanthakumar Thiagarajan1-0/+23
2016-05-11ath10k: Fix survey reporting with QCA4019Vasanthakumar Thiagarajan1-0/+1
2016-05-06ath10k: release pre_cal_file while unloading driverRajkumar Manoharan1-0/+4
2016-05-06ath10k: update bss channel survey informationRajkumar Manoharan1-0/+5
2016-05-06ath10k: fix kernel panic, move arvifs list head init before htt initAnilkumar Kolli1-4/+4
2016-04-20ath10k: remove enum ath10k_swap_code_seg_bin_typeKalle Valo1-2/+1
2016-04-20ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n()Kalle Valo1-2/+2
2016-04-20ath10k: move htt_op_version to struct ath10k_fw_fileKalle Valo1-6/+6
2016-04-20ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo1-10/+10
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo1-13/+15
2016-04-20ath10k: move fw_version inside struct ath10k_fw_fileKalle Valo1-4/+9
2016-04-20ath10k: refactor firmware images to struct ath10k_fw_componentsKalle Valo1-83/+93
2016-04-20ath10k: remove deprecated firmware API 1 supportKalle Valo1-73/+0
2016-04-19ath10k: add dynamic tx mode switch config support for qca4019Raja Mani1-2/+1
2016-04-04ath10k: enable parsing per station rx duration for 10.4Mohammed Shafi Shajakhan1-1/+18
2016-03-23ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan1-1/+1
2016-03-23ath10k: incorporate qca4019 cal data download sequenceRaja Mani1-1/+84
2016-03-23ath10k: move cal data len to hw_paramsRaja Mani1-1/+10
2016-03-23ath10k: pass cal data location as an argument to ath10k_download_cal_{file|dt}Raja Mani1-13/+11
2016-03-18ath10k: free cached fw bin contents when get board id failsRaja Mani1-1/+1