On Wed, Aug 04, 2021 at 12:57:04PM +0000, linux-staging+owner@xxxxxxxxxxxxxxx wrote: > Greetings! > > This is the mlmmj program managing the <linux-staging@xxxxxxxxxxxxxxx> > mailing list. > > The message from <saurav.girepunje@xxxxxxxxx> with subject "[PATCH] > staging: rtl8723bs: os_dep: remove unused variable" was unable to be > delivered to the list because the list address was not found in either the > To: or CC: header. > > (The denied message is below.) > Date: Wed, 4 Aug 2021 18:26:57 +0530 > From: Saurav Girepunje <saurav.girepunje@xxxxxxxxx> > To: gregkh@xxxxxxxxxxxxxxxxxxx;, fabioaiuto83@xxxxxxxxx;, > saurav.girepunje@xxxxxxxxx;, marcocesati@xxxxxxxxx;, > ross.schm.dev@xxxxxxxxx;, insafonov@xxxxxxxxx;, > linux-staging@xxxxxxxxxxxxxxx;, linux-kernel@xxxxxxxxxxxxxxx; > Cc: saurav.girepunje@xxxxxxxxxxx > Subject: [PATCH] staging: rtl8723bs: os_dep: remove unused variable > > Remove below unused static variable from os_intfs.c > rtw_enusbss > rtw_hwpdn_mode > rtw_hwpwrp_detect > > Signed-off-by: Saurav Girepunje <saurav.girepunje@xxxxxxxxx> > --- > drivers/staging/rtl8723bs/os_dep/os_intfs.c | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c > index 724909078d80..71c9e7eec206 100644 > --- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c > +++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c > @@ -109,11 +109,6 @@ static int rtw_antdiv_cfg = 1; /* 0:OFF , 1:ON, 2:decide by Efuse config */ > static int rtw_antdiv_type; /* 0:decide by efuse 1: for 88EE, 1Tx and 1RxCG are diversity.(2 Ant with SPDT), 2: for 88EE, 1Tx and 2Rx are diversity.(2 Ant, Tx and RxCG are both on aux port, RxCS is on main port), 3: for 88EE, 1Tx and 1RxCG are fixed.(1Ant, Tx and RxCG are both on aux port) */ > > > -static int rtw_enusbss;/* 0:disable, 1:enable */ > - > -static int rtw_hwpdn_mode = 2;/* 0:disable, 1:enable, 2: by EFUSE config */ > - > -static int rtw_hwpwrp_detect; /* HW power ping detect 0:disable , 1:enable */ > > static int rtw_hw_wps_pbc; > > @@ -159,9 +154,6 @@ module_param(rtw_wifi_spec, int, 0644); > module_param(rtw_antdiv_cfg, int, 0644); > module_param(rtw_antdiv_type, int, 0644); > > -module_param(rtw_enusbss, int, 0644); > -module_param(rtw_hwpdn_mode, int, 0644); > -module_param(rtw_hwpwrp_detect, int, 0644); > > module_param(rtw_hw_wps_pbc, int, 0644); > > -- > 2.30.2 Hi, My mails are not getting deliverd due to below reason "unable to be delivered to the list because the list address was not found in either the To: or CC: header." However linux-staging@xxxxxxxxxxxxxxx is in my To header. Is anyone highlight what I am doing wrong. saurav