Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1182549 > unrolled thread
| Started by | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| First post | 2015-07-13 09:20 +0200 |
| Last post | 2015-07-13 09:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 21/22] staging: rtl8192e: Make rtllib_rx_mgt() static Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-07-13 09:20 +0200
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Date | 2015-07-13 09:20 +0200 |
| Subject | Re: [PATCH 21/22] staging: rtl8192e: Make rtllib_rx_mgt() static |
| Message-ID | <pLGbT-278-3@gated-at.bofh.it> |
On Sun, Jul 12, 2015 at 10:29:31PM +0200, Mateusz Kulikowski wrote: > Function is not referenced outside of rtllib_rx.c > > Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> > --- > drivers/staging/rtl8192e/rtllib.h | 3 --- > drivers/staging/rtl8192e/rtllib_rx.c | 10 +++++++--- > 2 files changed, 7 insertions(+), 6 deletions(-) > > diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h > index 5c71dc0..75541c2 100644 > --- a/drivers/staging/rtl8192e/rtllib.h > +++ b/drivers/staging/rtl8192e/rtllib.h > @@ -2006,9 +2006,6 @@ extern void rtllib_txb_free(struct rtllib_txb *); > /* rtllib_rx.c */ > extern int rtllib_rx(struct rtllib_device *ieee, struct sk_buff *skb, > struct rtllib_rx_stats *rx_stats); > -extern void rtllib_rx_mgt(struct rtllib_device *ieee, > - struct sk_buff *skb, > - struct rtllib_rx_stats *stats); > extern void rtllib_rx_probe_rq(struct rtllib_device *ieee, > struct sk_buff *skb); > extern int rtllib_legal_channel(struct rtllib_device *rtllib, u8 channel); > diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/rtllib_rx.c > index da862c3..82dec38 100644 > --- a/drivers/staging/rtl8192e/rtllib_rx.c > +++ b/drivers/staging/rtl8192e/rtllib_rx.c > @@ -44,6 +44,10 @@ > #include "rtllib.h" > #include "dot11d.h" > > + this introduces a new checkpatch warning about multiple blank lines. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web