summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* ath10k: support bus and device specific API 1 BDF selectionRobert Marko2022-05-061-1/+12
* ath10k: mac: fix too long linesKalle Valo2022-05-061-4/+9
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-039-54/+119
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-036-12/+24
| |\
| | * ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-025-7/+4
| | * ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar2022-04-291-2/+18
| | * ath10k: simplify if-if to if-elseWan Jiabing2022-04-271-3/+2
| * | mac80211: prepare sta handling for MLO supportSriram R2022-04-111-37/+39
| |/
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-04-064-6/+57
| |\
| | * ath10k: enable napi on RX path for usbErik Stromdahl2022-04-011-0/+26
| | * ath10k: add support for MSDU IDs for USB devicesErik Stromdahl2022-04-011-0/+1
| | * ath10k: Use of_device_get_match_data() helperMeng Tang2022-03-211-6/+3
| | * ath10k: Trigger sta disconnect on hardware restartYoughandhar Chintala2022-03-212-0/+27
* | | mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-32/+1
|\ \ | |/ |/|
| * Revert "ath10k: drop beacon and probe response which leak from other channel"Kalle Valo2022-03-161-32/+1
* | ath10k: Fix error handling in ath10k_setup_msa_resourcesMiaoqian Lin2022-03-101-1/+1
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-02-252-2/+2
|\ \
| * | ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca2022-02-241-1/+1
| * | ath10k: Replace zero-length array with flexible-array memberGustavo A. R. Silva2022-02-211-1/+1
* | | mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-042-2/+2
|/ /
* | ath10k: abstract htt_rx_desc structureFrancesco Magliocca2022-01-178-192/+722
* | ath10k: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-171-10/+5
* | ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong2022-01-111-3/+4
|/
* Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-231-3/+3
|\
| * ath10k: replace strlcpy with strscpyJason Wang2021-12-221-3/+3
* | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-211-1/+7
|\ \ | |/ |/|
* | ath10k: wmi: remove array of flexible structuresKalle Valo2021-12-131-1/+3
* | ath10k: htt: remove array of flexible structuresKalle Valo2021-12-131-110/+0
* | ath10k: drop beacon and probe response which leak from other channelWen Gong2021-12-091-1/+26
* | ath10k: fix scan abort when duration is set for hw scanWen Gong2021-12-081-4/+5
* | ath10k: Fix tx hangingSebastian Gottschall2021-12-082-2/+3
* | ath10k: Fix the MTU size on QCA9377 SDIOFabio Estevam2021-12-072-1/+21
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-11-192-2/+68
|\ \ | |/ |/|
| * ath10k: fetch (pre-)calibration data via nvmem subsystemChristian Lamparter2021-11-012-2/+68
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0211-24/+160
|\ \
| * | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-10-285-7/+39
| |\|
| | * ath10k: fix division by zero in send pathJohan Hovold2021-10-281-0/+5
| | * ath10k: fix control-message timeoutJohan Hovold2021-10-281-1/+1
| | * ath10k: fix module load regression with iram-recovery featureAbinaya Kalaiselvan2021-10-253-5/+24
| | * ath10k: fix invalid dma_addr_t token assignmentArnd Bergmann2021-10-251-1/+9
| * | Merge tag 'wireless-drivers-next-2021-10-22' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-10-227-8/+90
| |\|
| | * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-10-205-4/+90
| | |\
| | | * ath10k: fix max antenna gain unitSven Eckelmann2021-10-132-3/+6
| | | * ath10k: Don't always treat modem stop events as crashesStephen Boyd2021-10-053-1/+84
| | * | wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-132-4/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-1/+1
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/...David S. Miller2021-10-073-9/+31
| |\ \ \ | | | |/ | | |/|
| | * | ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam2021-09-281-1/+4
| | * | ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain2021-09-281-0/+4