aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski23-40/+46
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski4-8/+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/rostedt/linux-traceLinus Torvalds1-10/+4
2022-07-15tracing/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_chanctx()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-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub 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
2022-04-01ath10k: add support for MSDU IDs for USB devicesErik Stromdahl1-0/+1
2022-03-21ath10k: Use of_device_get_match_data() helperMeng Tang1-6/+3
2022-03-21ath10k: Trigger sta disconnect on hardware restartYoughandhar Chintala2-0/+27
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-32/+1
2022-03-16Revert "ath10k: drop beacon and probe response which leak from other channel"Kalle Valo1-32/+1
2022-03-10ath10k: Fix error handling in ath10k_setup_msa_resourcesMiaoqian Lin1-1/+1
2022-02-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-2/+2
2022-02-24ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca1-1/+1
2022-02-21ath10k: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2-2/+2
2022-01-17ath10k: abstract htt_rx_desc structureFrancesco Magliocca8-192/+722
2022-01-17ath10k: Use platform_get_irq() to get the interruptLad Prabhakar1-10/+5