linux/drivers/net/wireless/ath
Fuqian Huang ab8c31dd8c net/wireless: Use kmemdup rather than duplicating its implementation
kmemdup is introduced to duplicate a region of memory in a neat way.
Rather than kmalloc/kzalloc + memcpy, which the programmer needs to
write the size twice (sometimes lead to mistakes), kmemdup improves
readability, leads to smaller code and also reduce the chances of mistakes.
Suggestion to use kmemdup rather than using kmalloc/kzalloc + memcpy.

Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-10-02 07:16:10 +03:00
..
ar5523 drivers: net: Fix Kconfig indentation 2019-09-26 08:56:17 +02:00
ath5k PCI: Move ASPM declarations to linux/pci.h 2019-08-28 08:28:39 -05:00
ath6kl net/wireless: Use kmemdup rather than duplicating its implementation 2019-10-02 07:16:10 +03:00
ath9k drivers: net: Fix Kconfig indentation 2019-09-26 08:56:17 +02:00
ath10k ath10k: fix channel info parsing for non tlv target 2019-09-12 17:54:38 +03:00
carl9170 drivers: net: Fix Kconfig indentation 2019-09-26 08:56:17 +02:00
wcn36xx wcn36xx: use dynamic allocation for large variables 2019-09-04 09:22:26 +03:00
wil6210 wil6210: use after free in wil_netif_rx_any() 2019-09-25 09:12:20 +03:00
ath.h
debug.c
dfs_pattern_detector.c ath: DFS JP domain W56 fixed pulse type 3 RADAR detection 2019-04-29 17:58:51 +03:00
dfs_pattern_detector.h
dfs_pri_detector.c
dfs_pri_detector.h
hw.c
Kconfig drivers: net: Fix Kconfig indentation 2019-09-26 08:56:17 +02:00
key.c
main.c
Makefile ath: fix SPDX tags 2019-06-26 18:11:06 +03:00
reg.h
regd_common.h
regd.c
regd.h ath: drop duplicated define 2019-04-29 17:55:53 +03:00
spectral_common.h
trace.c
trace.h