index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-28
ath11k: add 6 GHz params in peer assoc command
Pradeep Kumar Chitrapu
1
-1
/
+49
2021-09-28
ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer caps
Pradeep Kumar Chitrapu
1
-0
/
+1
2021-09-28
ath11k: indicate to mac80211 scan complete with aborted flag for ATH11K_SCAN_...
Wen Gong
1
-6
/
+9
2021-09-28
ath11k: indicate scan complete for scan canceled when scan running
Wen Gong
1
-6
/
+12
2021-09-28
ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
Wen Gong
1
-0
/
+2
2021-09-28
ath11k: add HTT stats support for new stats
Venkateswara Naralasetty
4
-4
/
+548
2021-09-28
ath11k: Change masking and shifting in htt stats
Seevalamuthu Mariappan
3
-136
/
+243
2021-09-28
ath11k: Remove htt stats fixed size array usage
Seevalamuthu Mariappan
1
-574
/
+264
2021-09-28
ath11k: Replace HTT_DBG_OUT with scnprintf
Seevalamuthu Mariappan
1
-1687
/
+1683
2021-09-28
ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUF
Seevalamuthu Mariappan
1
-189
/
+189
2021-09-28
ath11k: Fix memory leak in ath11k_qmi_driver_event_work
Baochen Qiang
1
-1
/
+3
2021-09-28
ath11k: Fix inaccessible debug registers
Baochen Qiang
1
-1
/
+3
2021-09-28
ath11k: Drop MSDU with length error in DP rx path
Baochen Qiang
1
-0
/
+18
2021-09-28
ath11k: copy cap info of 6G band under WMI_HOST_WLAN_5G_CAP for WCN6855
Wen Gong
1
-11
/
+11
2021-09-28
ath11k: enable 6G channels for WCN6855
Wen Gong
1
-9
/
+16
2021-09-28
ath11k: re-enable ht_cap/vht_cap for 5G band for WCN6855
Wen Gong
1
-1
/
+3
2021-09-28
ath11k: fix survey dump collection in 6 GHz
Pradeep Kumar Chitrapu
1
-0
/
+6
2021-09-28
ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
Pradeep Kumar Chitrapu
2
-6
/
+13
2021-09-28
ath11k: add channel 2 into 6 GHz channel list
Pradeep Kumar Chitrapu
2
-2
/
+5
2021-09-28
ath11k: Add wmi peer create conf event in wmi_tlv_event_id
P Praneesh
2
-0
/
+4
2021-09-28
ath11k: Avoid "No VIF found" warning message
Karthikeyan Periyasamy
1
-1
/
+2
2021-09-28
ath11k: Fix crash during firmware recovery on reo cmd ring access
Sriram R
1
-0
/
+3
2021-09-28
ath11k: Assign free_vdev_map value before ieee80211_register_hw
Seevalamuthu Mariappan
1
-7
/
+7
2021-09-28
ath11k: Add vdev start flag to disable hardware encryption
Seevalamuthu Mariappan
2
-0
/
+3
2021-09-28
ath11k: Avoid race during regd updates
Sriram R
4
-17
/
+14
2021-09-28
ath11k: Avoid reg rules update during firmware recovery
Sriram R
1
-0
/
+11
2021-09-28
ath11k: Update pdev tx and rx firmware stats
Sriram R
3
-1
/
+111
2021-09-28
ath11k: Fix pktlog lite rx events
Anilkumar Kolli
4
-11
/
+42
2021-09-28
ath11k: Add support for RX decapsulation offload
Sriram R
6
-72
/
+198
2021-09-28
ath11k: fix some sleeping in atomic bugs
Dan Carpenter
1
-9
/
+7
2021-09-28
ath11k: qmi: avoid error messages when dma allocation fails
Aaron Ma
1
-1
/
+1
2021-09-28
ath11k: Replace one-element array with flexible-array member
Gustavo A. R. Silva
3
-7
/
+4
2021-09-28
ath11k: add caldata download support from EEPROM
Anilkumar Kolli
2
-28
/
+127
2021-09-28
ath11k: add caldata file for multiple radios
Anilkumar Kolli
1
-2
/
+11
2021-09-28
ath11k: clean up BDF download functions
Anilkumar Kolli
1
-147
/
+101
2021-09-28
ath11k: use hw_params to access board_size and cal_offset
Anilkumar Kolli
4
-10
/
+8
2021-09-28
ath11k: Wstringop-overread warning
Arnd Bergmann
1
-1
/
+1
2021-09-28
ath11k: Add spectral scan support for QCN9074
Karthikeyan Periyasamy
1
-1
/
+4
2021-09-28
ath11k: Fix the spectral minimum FFT bin count
Karthikeyan Periyasamy
1
-1
/
+1
2021-09-28
ath11k: Introduce spectral hw configurable param
Karthikeyan Periyasamy
4
-15
/
+30
2021-09-28
ath11k: Refactor spectral FFT bin size
Karthikeyan Periyasamy
3
-12
/
+40
2021-09-28
ath11k: add support for 80P80 and 160 MHz bandwidth
P Praneesh
5
-14
/
+136
2021-09-28
ath11k: add support for setting fixed HE rate/gi/ltf
Miles Hu
3
-41
/
+580
2021-09-24
ath11k: monitor mode clean up to use separate APIs
Seevalamuthu Mariappan
4
-51
/
+110
2021-09-24
ath11k: add separate APIs for monitor mode
Seevalamuthu Mariappan
2
-6
/
+370
2021-09-24
ath11k: move static function ath11k_mac_vdev_setup_sync to top
Seevalamuthu Mariappan
1
-14
/
+14
2021-09-21
wcn36xx: Implement Idle Mode Power Save
Bryan O'Donoghue
4
-3
/
+68
2021-09-21
wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complement
Bryan O'Donoghue
1
-1
/
+1
2021-09-21
wcn36xx: Fix Antenna Diversity Switching
Bryan O'Donoghue
1
-1
/
+3
2021-09-21
wcn36xx: handle connection loss indication
Benjamin Li
1
-11
/
+33
[next]