summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon2022-05-221-0/+4
| | * ath10k: add encapsulation offloading supportSergey Ryazanov2022-05-222-14/+55
| | * ath10k: turn rawmode into frame_modeSergey Ryazanov2022-05-222-4/+8
| | * ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov2022-05-221-26/+35
| | * ath10k: improve tx status reportingSergey Ryazanov2022-05-221-1/+14
| | * ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski2022-05-221-3/+2
| | * ath11k: update missing MU-MIMO and OFDMA statsSriram R2022-05-182-1/+126
* | | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+1
|/ /
* | ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor2022-05-241-1/+1
* | wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-231-0/+5
* | wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski2022-05-231-0/+5
* | wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski2022-05-231-0/+5
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-1617-36/+575
|\
| * ath11k: remove redundant assignment to variables vht_mcs and he_mcsColin Ian King2022-05-101-2/+2
| * ath11k: Reuse the available memory after firmware reloadAnilkumar Kolli2022-05-103-4/+23
| * wil6210: remove 'freq' debugfsJohannes Berg2022-05-101-14/+0
| * ath11k: Designating channel frequency when sending management framesBaochen Qiang2022-05-103-1/+24
| * ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang2022-05-101-2/+3
| * ath11k: Implement remain-on-channel supportBaochen Qiang2022-05-103-0/+120
| * ath11k: Handle keepalive during WoWLAN suspend and resumeBaochen Qiang2022-05-105-0/+156
| * ath11k: reset 11d state in process of recoveryWen Gong2022-05-093-0/+9
| * ath11k: Fix RX de-fragmentation issue on WCN6750Manikanta Pubbisetty2022-05-063-3/+23
| * 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
| * ath11k: mac: fix too long lineKalle Valo2022-05-061-4/+8
| * ath11k: Add support for targets without trustzoneManikanta Pubbisetty2022-05-042-1/+186
* | mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-1/+7
* | wil6210: switch to netif_napi_add_tx()Jakub Kicinski2022-05-061-6/+4
|/
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-0470-1762/+5629
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-0335-249/+1158
| |\
| | * carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong2022-05-021-0/+3
| | * wil6210: use NAPI_POLL_WEIGHT for napi budgetJakub Kicinski2022-05-022-5/+4
| | * ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-025-7/+4
| | * ath11k: Add support for WCN6750 deviceManikanta Pubbisetty2022-05-024-13/+158
| | * ath11k: Datapath changes to support WCN6750Manikanta Pubbisetty2022-05-022-0/+33
| | * ath11k: HAL changes to support WCN6750Manikanta Pubbisetty2022-05-025-13/+163
| | * ath11k: Add QMI changes for WCN6750Manikanta Pubbisetty2022-05-023-28/+56
| | * ath11k: Fetch device information via QMI for WCN6750Manikanta Pubbisetty2022-05-022-4/+164
| | * ath11k: Add register access logic for WCN6750Manikanta Pubbisetty2022-05-023-35/+35
| | * ath11k: Add HW params for WCN6750Manikanta Pubbisetty2022-05-024-0/+77
| | * ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty2022-05-027-47/+49
| | * ath11k: change management tx queue to avoid connection timed outWen Gong2022-05-021-1/+1
| | * ath11k: fix warning of not found station for bssid in messageWen Gong2022-05-021-5/+6
| | * ath11k: Don't use GFP_KERNEL in atomic contextBaochen Qiang2022-04-291-1/+1
| | * ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar2022-04-291-2/+18
| | * ath9k: hif_usb: simplify if-if to if-elseWan Jiabing2022-04-291-3/+2
| | * wil6210: simplify if-if to if-elseWan Jiabing2022-04-271-3/+2
| | * ath10k: simplify if-if to if-elseWan Jiabing2022-04-271-3/+2
| | * ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong2022-04-273-4/+63
| | * ath11k: disable spectral scan during spectral deinitHari Chandrakanthan2022-04-271-8/+9