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
/
ti
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-05
wifi: wl1251: simplify module initialization
Krzysztof Kozlowski
1
-19
/
+1
2024-03-28
wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
4
-6
/
+0
2024-03-21
wifi: ti: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
1
-8
/
+3
2024-03-05
wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns
Javier Martinez Canillas
1
-4
/
+4
2024-02-08
wifi: mac80211: add support to call csa_finish on a link
Aditya Kumar Singh
1
-1
/
+1
2024-02-08
wifi: mac80211: introduce 'channel request'
Johannes Berg
1
-3
/
+3
2024-02-08
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
1
-0
/
+4
2024-02-08
Merge wireless into wireless-next
Johannes Berg
7
-0
/
+7
2024-02-05
wifi: ti: wlcore: sdio: Drop unused include
Linus Walleij
1
-1
/
+0
2024-01-31
wifi: fill in MODULE_DESCRIPTION()s for wl18xx
Breno Leitao
1
-0
/
+1
2024-01-31
wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx
Breno Leitao
3
-0
/
+3
2024-01-31
wifi: fill in MODULE_DESCRIPTION()s for wlcore
Breno Leitao
3
-0
/
+3
2023-10-23
wifi: wlcore: main: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-10-23
wifi: wlcore: boot: replace deprecated strncpy with strscpy
Justin Stitt
1
-4
/
+1
2023-10-23
wifi: wl18xx: replace deprecated strncpy with strscpy
Justin Stitt
1
-4
/
+1
2023-10-23
wifi: wl1251: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-23
wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()
Kalle Valo
1
-3
/
+3
2023-09-18
wifi: wlcore: Convert to platform remove callback returning void
Uwe Kleine-König
4
-9
/
+7
2023-09-11
wifi: mac80211: add support for mld in ieee80211_chswitch_done
Emmanuel Grumbach
2
-4
/
+4
2023-08-25
wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code
Li Zetao
1
-12
/
+1
2023-08-16
wlcore: spi: Remove redundant of_match_ptr()
Ruan Jinjie
1
-1
/
+1
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
1
-2
/
+1
2023-02-13
wifi: wl1251: Fix a typo ("boradcast")
Jonathan Neuschäfer
1
-1
/
+1
2022-12-14
wifi: ti: remove obsolete lines in the Makefile
Lukas Bulwahn
1
-3
/
+0
2022-11-16
wifi: wl1251: switch to using gpiod API
Dmitry Torokhov
2
-30
/
+34
2022-11-16
wifi: wl1251: drop support for platform data
Dmitry Torokhov
5
-63
/
+4
2022-10-28
Kalle Valo says:
Jakub Kicinski
2
-0
/
+2
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
2
-0
/
+2
2022-09-07
wifi: wl18xx: add some missing endian conversions
Johannes Berg
1
-4
/
+4
2022-09-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
2
-3
/
+3
2022-07-27
wifi: wl12xx: Drop if with an always false condition
Uwe Kleine-König
1
-3
/
+0
2022-07-18
wifi: wl1251: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-07-15
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...
Gregory Greenman
1
-2
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
2
-2
/
+4
2022-07-15
wifi: mac80211: move ps setting to vif config
Johannes Berg
1
-2
/
+2
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
2
-3
/
+3
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
1
-0
/
+2
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
2
-2
/
+2
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
3
-24
/
+25
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
1
-1
/
+1
2022-05-06
wl1251: dynamically allocate memory used for DMA
H. Nikolaus Schaller
3
-18
/
+39
2022-05-03
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
10
-246
/
+130
2022-04-23
wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-23
wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-23
wl18xx: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...
Minghao Chi
1
-12
/
+6
2022-04-23
wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-23
wlcore: sdio: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-2
/
+1
2022-04-23
wlcore: vendor_cmd: use pm_runtime_resume_and_get() instead of pm_runtime_get...
Minghao Chi
1
-12
/
+6
2022-04-23
wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_s...
Minghao Chi
1
-8
/
+4
[next]