Skip to content

Commit d9631c7

Browse files
committed
Merge tag 'wireless-drivers-next-for-davem-2018-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Kalle Valo says: ==================== wireless-drivers-next patches for 4.16 Here are patches which have been accumulating over the holidays and after the New Year. Business as usual and nothing special really standing out. But what's noteworthy here is that Larry Finger is stepping down as the rtlwifi maintainer. He has been maintaining rtlwifi since it was applied back in 2010 in commit 0c81733 ("rtl8192ce: Add new driver") and it has been no easy role trying to juggle between the vendor, demanding upstream community and users. So big thank you to Larry for all his efforts! ath10k * more preparation work for wcn3990 support * add memory dump to firmware coredump files wil6210 * support scheduled scan * support 40-bit DMA addresses qtnfmac * support MAC address based access control * support for radar detection and Channel Availibility Check (CAC) mwifiex * firmware coredump for usb devices rtlwifi * Larry Finger steps down as the maintainer and Ping-Ke Shih becomes the new maintainer * add debugfs interfaces to dump register and btcoex status, and also write registers and h2c ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 4d5ae32 + 4330b53 commit d9631c7

File tree

152 files changed

+6840
-2152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+6840
-2152
lines changed

MAINTAINERS

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11780,15 +11780,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.g
1178011780
S: Maintained
1178111781
F: drivers/net/wireless/realtek/rtl818x/rtl8187/
1178211782

11783-
RTL8192CE WIRELESS DRIVER
11784-
M: Larry Finger <[email protected]>
11785-
M: Chaoming Li <[email protected]>
11783+
REALTEK WIRELESS DRIVER (rtlwifi family)
11784+
M: Ping-Ke Shih <[email protected]>
1178611785
1178711786
W: http://wireless.kernel.org/
1178811787
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
1178911788
S: Maintained
1179011789
F: drivers/net/wireless/realtek/rtlwifi/
11791-
F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
1179211790

1179311791
RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
1179411792
M: Jes Sorensen <[email protected]>

drivers/net/wireless/ath/ath10k/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
2121
ath10k_core-$(CONFIG_THERMAL) += thermal.o
2222
ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
2323
ath10k_core-$(CONFIG_PM) += wow.o
24+
ath10k_core-$(CONFIG_DEV_COREDUMP) += coredump.o
2425

2526
obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
2627
ath10k_pci-y += pci.o \

drivers/net/wireless/ath/ath10k/ahb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Qualcomm Atheros, Inc. All rights reserved.
2+
* Copyright (c) 2016-2017 Qualcomm Atheros, Inc. All rights reserved.
33
* Copyright (c) 2015 The Linux Foundation. All rights reserved.
44
*
55
* Permission to use, copy, modify, and/or distribute this software for any

drivers/net/wireless/ath/ath10k/bmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2005-2011 Atheros Communications Inc.
3-
* Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
3+
* Copyright (c) 2011-2014,2016-2017 Qualcomm Atheros, Inc.
44
*
55
* Permission to use, copy, modify, and/or distribute this software for any
66
* purpose with or without fee is hereby granted, provided that the above

drivers/net/wireless/ath/ath10k/bmi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2005-2011 Atheros Communications Inc.
3-
* Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
3+
* Copyright (c) 2011-2015,2017 Qualcomm Atheros, Inc.
44
*
55
* Permission to use, copy, modify, and/or distribute this software for any
66
* purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)