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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 30 Jan 2024 09:29:16 -0800
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Breno Leitao <leitao@...ian.org>, <kuba@...nel.org>, <davem@...emloft.net>,
        <pabeni@...hat.com>, <edumazet@...gle.com>,
        Loic
 Poulain <loic.poulain@...aro.org>, Kalle Valo <kvalo@...nel.org>
CC: <dsahern@...nel.org>, <weiwan@...gle.com>, <netdev@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <horms@...nel.org>, <andrew@...n.ch>,
        <leit@...com>,
        "open list:QUALCOMM WCN36XX WIRELESS DRIVER"
	<wcn36xx@...ts.infradead.org>,
        "open list:NETWORKING DRIVERS (WIRELESS)"
	<linux-wireless@...r.kernel.org>
Subject: Re: [PATCH net 5/9] wifi: fill in MODULE_DESCRIPTION()s for wcn36xx

On 1/30/2024 2:42 AM, Breno Leitao wrote:
> W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
> Add descriptions to the Qualcomm Atheros WCN3660/3680 wireless driver.
> 
> Signed-off-by: Breno Leitao <leitao@...ian.org>
Reviewed-by: Jeff Johnson <quic_jjohnson@...cinc.com>

> ---
>  drivers/net/wireless/ath/wcn36xx/main.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
> index 41119fb177e3..4e6b4df8562f 100644
> --- a/drivers/net/wireless/ath/wcn36xx/main.c
> +++ b/drivers/net/wireless/ath/wcn36xx/main.c
> @@ -1685,6 +1685,7 @@ static struct platform_driver wcn36xx_driver = {
>  
>  module_platform_driver(wcn36xx_driver);
>  
> +MODULE_DESCRIPTION("Qualcomm Atheros WCN3660/3680 wireless driver");
>  MODULE_LICENSE("Dual BSD/GPL");
>  MODULE_AUTHOR("Eugene Krasnikov k.eugene.e@...il.com");
>  MODULE_FIRMWARE(WLAN_NV_FILE);


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ