[PATCH v4] ath10k: search SMBIOS for OEM board file extension

2017-02-24 Thread Waldemar Rymarkiewicz
variant, the driver will fallback to the default board data file not to break backward compatibility. Signed-off-by: Waldemar Rymarkiewicz <ext.waldemar.rymarkiew...@tieto.com> --- drivers/net/wireless/ath/ath10k/core.c | 101 - drivers/net/wireless/ath/ath10k/core.h | 1

[PATCH] ath10k: remove unneeded semicolon

2017-02-02 Thread Waldemar Rymarkiewicz
Remove redundant semicolon after switch statement. Signed-off-by: Waldemar Rymarkiewicz <ext.waldemar.rymarkiew...@tieto.com> --- drivers/net/wireless/ath/ath10k/htt_rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drive

[PATCH v2] ath10k: Search SMBIOS for OEM board file extension

2017-01-17 Thread Waldemar Rymarkiewicz
en the OEM specific data file, if used, could be identified by variant suffix: "bus=pci,vendor=168c,device=003e,subsystem-vendor=1028, subsystem-device=0310,variant=DE_1AB" Signed-off-by: Waldemar Rymarkiewicz <ext.waldemar.rymarkiew...@tieto.com> --- drivers/net/wirel

Re: [PATCH] ath10k: Search SMBIOS for OEM board file extension

2017-01-16 Thread Waldemar Rymarkiewicz
help improve the system] > > url: > https://github.com/0day-ci/linux/commits/Waldemar-Rymarkiewicz/ath10k-Search-SMBIOS-for-OEM-board-file-extension/20170115-005232 > base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next > config: xtensa-allmodconfig (attach

[PATCH] ath10k: Search SMBIOS for OEM board file extension

2017-01-13 Thread Waldemar Rymarkiewicz
en the OEM specific data file, if used, could be identified by variant suffix: "bus=pci,vendor=168c,device=003e,subsystem-vendor=1028, subsystem-device=0310,variant=DE_1AB" Signed-off-by: Waldemar Rymarkiewicz <ext.waldemar.rymarkiew...@tieto.com> --- drivers/net/wirel