lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 23 Jan 2015 14:24:27 -0600 From: Larry Finger <Larry.Finger@...inger.net> To: Kalle Valo <kvalo@...eaurora.org> CC: linux-wireless@...r.kernel.org, Troy Tan <troy_tan@...lsil.com.cn>, netdev@...r.kernel.org Subject: Re: [PATCH 3/6] rtlwifi: btcoexist: Add routines for RTL8812AE with single antenna On 01/23/2015 02:06 PM, Kalle Valo wrote: > Larry Finger <Larry.Finger@...inger.net> writes: > >> From: Troy Tan <troy_tan@...lsil.com.cn> >> >> The RTL8812AE needs different BT coexistence routines than does the >> RTL8821AE. This patch adds the necessary routines for devices with a >> single antenna. >> >> Signed-off-by: Troy Tan <troy_tan@...lsil.com.cn> >> Signed-off-by: Larry Finger <Larry.Finger@...inger.net> >> --- >> .../wireless/rtlwifi/btcoexist/halbtc8812a1ant.c | 2073 ++++++++++++++++++++ >> .../wireless/rtlwifi/btcoexist/halbtc8812a1ant.h | 152 ++ >> 2 files changed, 2225 insertions(+) >> create mode 100644 drivers/net/wireless/rtlwifi/btcoexist/halbtc8812a1ant.c >> create mode 100644 drivers/net/wireless/rtlwifi/btcoexist/halbtc8812a1ant.h >> >> diff --git a/drivers/net/wireless/rtlwifi/btcoexist/halbtc8812a1ant.c b/drivers/net/wireless/rtlwifi/btcoexist/halbtc8812a1ant.c >> new file mode 100644 >> index 0000000..11ae66b >> --- /dev/null >> +++ b/drivers/net/wireless/rtlwifi/btcoexist/halbtc8812a1ant.c >> @@ -0,0 +1,2073 @@ >> +/* */ >> +/* Description: */ >> +/* */ >> +/* This file is for 8812a1ant Co-exist mechanism */ >> +/* */ >> +/* History */ >> +/* 2012/11/15 Cosa first check in. */ >> +/* */ >> +/* */ >> + >> +/* */ >> +/* include files */ >> +/* */ > > One problem I see is that there's no license on either of the files. It > would be much better if the files had that. I will add that and send a V2 after I wait a while for any other comments. Thanks, Larry -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists