index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_flush()
Karthikeyan Periyasamy
1
-6
/
+12
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_ampdu_action()
Karthikeyan Periyasamy
1
-5
/
+21
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_configure_filter()
Karthikeyan Periyasamy
1
-9
/
+19
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_update_vif_offload()
Karthikeyan Periyasamy
1
-5
/
+12
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_stop()
Karthikeyan Periyasamy
1
-4
/
+10
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_start()
Karthikeyan Periyasamy
1
-8
/
+23
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_conf_tx()
Karthikeyan Periyasamy
1
-13
/
+28
2024-01-16
wifi: ath12k: refactor ath12k_bss_assoc()
Karthikeyan Periyasamy
1
-17
/
+26
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_config()
Karthikeyan Periyasamy
1
-3
/
+16
2024-01-16
wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister()
Karthikeyan Periyasamy
1
-81
/
+102
2024-01-16
wifi: ath12k: refactor ath12k_mac_setup_channels_rates()
Karthikeyan Periyasamy
1
-6
/
+7
2024-01-16
wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy()
Karthikeyan Periyasamy
1
-50
/
+76
2024-01-16
wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call
Karthikeyan Periyasamy
2
-2
/
+2
2024-01-14
wifi: rtl8xxxu: enable channel switch support
Martin Kaistra
2
-5
/
+16
2024-01-14
wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work
Martin Kaistra
1
-0
/
+1
2024-01-14
wifi: ath12k: Use initializers for QMI message buffers
Jeff Johnson
1
-29
/
+11
2024-01-14
wifi: ath12k: Add missing qmi_txn_cancel() calls
Jeff Johnson
1
-0
/
+7
2024-01-14
wifi: ath12k: Remove unnecessary struct qmi_txn initializers
Jeff Johnson
1
-8
/
+8
2024-01-14
wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6...
Wen Gong
1
-2
/
+22
2024-01-14
wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID
Wen Gong
2
-0
/
+121
2024-01-14
wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit
Wen Gong
1
-0
/
+1
2024-01-14
wifi: ath11k: fill parameters for vdev set tpc power WMI command
Wen Gong
2
-1
/
+288
2024-01-14
wifi: ath11k: save max transmit power in vdev start response event from firmware
Wen Gong
3
-1
/
+4
2024-01-14
wifi: ath11k: add parse of transmit power envelope element
Wen Gong
2
-0
/
+227
2024-01-14
wifi: ath11k: save power spectral density(PSD) of regulatory rule
Wen Gong
1
-5
/
+13
2024-01-14
wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for st...
Wen Gong
1
-0
/
+18
2024-01-14
wifi: ath11k: update regulatory rules when interface added
Wen Gong
3
-0
/
+15
2024-01-14
wifi: ath11k: fix a possible dead lock caused by ab->base_lock
Baochen Qiang
1
-5
/
+5
2024-01-14
wifi: ath11k: store cur_regulatory_info for each radio
Wen Gong
5
-127
/
+207
2024-01-14
wifi: ath11k: add support to select 6 GHz regulatory type
Wen Gong
3
-17
/
+62
2024-01-12
wifi: rtlwifi: rtl_usb: Use sync register writes
Bitterblue Smith
3
-139
/
+66
2024-01-12
wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines
Dmitry Antipov
3
-12
/
+1
2024-01-12
wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation
Ping-Ke Shih
11
-3
/
+20
2024-01-12
wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips
Ping-Ke Shih
2
-0
/
+133
2024-01-12
wifi: rtw89: use struct to fill H2C command to download beacon frame
Ping-Ke Shih
2
-113
/
+46
2024-01-12
wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID
Ping-Ke Shih
3
-6
/
+40
2024-01-12
wifi: rtw89: refine H2C command that pause transmitting by MAC ID
Ping-Ke Shih
1
-7
/
+10
2024-01-12
wifi: rtw89: fw: use struct to fill BA CAM H2C commands
Ping-Ke Shih
2
-76
/
+44
2024-01-12
wifi: rtw89: 8922a: update BA CAM number to 24
Ping-Ke Shih
2
-2
/
+2
2024-01-12
wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM
Ping-Ke Shih
9
-2
/
+20
2024-01-12
wifi: rtw89: mac: add feature_init to initialize BA CAM V1
Ping-Ke Shih
3
-0
/
+76
2024-01-12
wifi: rtw89: add firmware H2C command of BA CAM V1
Ping-Ke Shih
2
-0
/
+94
2024-01-12
wifi: wilc1000: fix RCU usage in connect path
Alexis Lothoré
1
-12
/
+24
2024-01-12
wifi: wilc1000: fix declarations ordering
Alexis Lothoré
1
-4
/
+4
2024-01-11
wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc()
Dmitry Antipov
1
-35
/
+34
2024-01-11
wifi: ath11k: fix IOMMU errors on buffer rings
Zhenghao Gu
2
-5
/
+34
2024-01-11
wifi: p54: fix GCC format truncation warning with wiphy->fw_version
Kalle Valo
1
-1
/
+1
2024-01-10
wifi: b43: Disable QoS for bcm4331
Rahul Rameshbabu
1
-1
/
+2
2024-01-10
wifi: b43: Stop correct queue in DMA worker when QoS is disabled
Rahul Rameshbabu
1
-6
/
+7
2024-01-10
wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled
Rahul Rameshbabu
1
-3
/
+3
[prev]
[next]