summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2022-12-02wifi: ath10k: fix QCOM_SMEM dependencyKalle Valo1-1/+1
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo6-138/+173
2022-11-25wifi: ath10k: Store WLAN firmware version in SMEM image tableYoughandhar Chintala2-0/+36
2022-11-17wifi: ath10k: Remove redundant argument offsetZhi-Jun You1-12/+7
2022-11-17wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2022-11-09wifi: ath10k: Use IEEE80211_SEQ_TO_SN() for seq_ctrl conversionZhi-Jun You1-3/+3
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+3
2022-11-03wifi: ath10k: Make QMI message rules constJeff Johnson3-115/+115
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo5-2/+38
2022-10-19wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala3-0/+27
2022-10-13wifi: ath10k: Check return value of ath10k_get_arvif() in ath10k_wmi_event_td...Peter Kosyh1-0/+7
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski23-40/+46
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-8/+4
2022-09-28wifi: ath10k: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+4
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-37/+43
2022-09-22wifi: ath10k: reset pointer after memory free to avoid potential use-after-freeWen Gong1-0/+6
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson23-37/+37
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-3/+3
2022-08-30Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo4-28/+55
2022-08-09wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong1-25/+29
2022-08-09wifi: ath10k: Set tx credit to one for WCN3990 snoc based devicesYoughandhar Chintala3-3/+26
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-10/+4
2022-07-16tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)1-10/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz2-2/+2
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-14/+15
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg4-7/+7
2022-06-08ath10k: fix recently introduced checkpatch warningKalle Valo2-3/+3
2022-05-30ath10k: fix regdomain info of iw reg set/getWen Gong1-1/+2
2022-05-22ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon1-0/+4
2022-05-22ath10k: add encapsulation offloading supportSergey Ryazanov2-14/+55
2022-05-22ath10k: turn rawmode into frame_modeSergey Ryazanov2-4/+8
2022-05-22ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov1-26/+35
2022-05-22ath10k: improve tx status reportingSergey Ryazanov1-1/+14
2022-05-22ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski1-3/+2
2022-05-06ath10k: support bus and device specific API 1 BDF selectionRobert Marko1-1/+12
2022-05-06ath10k: mac: fix too long linesKalle Valo1-4/+9
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski9-54/+119
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo6-12/+24
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski5-7/+4
2022-04-29ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar1-2/+18
2022-04-27ath10k: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-37/+39
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2022-04-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo4-6/+57
2022-04-01ath10k: enable napi on RX path for usbErik Stromdahl1-0/+26