[PATCH 3/4] staging: brcm80211: remove declaration of unused string array

Arend van Spriel arend at broadcom.com
Thu Feb 10 18:00:13 UTC 2011


Greg,

Please discard this patch.

Thanks,
AvS

On Thu, 10 Feb 2011 15:15:31 +0100, Arend van Spriel <arend at broadcom.com>  
wrote:

> The constant array declaration aci_names is not referenced
> anywhere in the code so it has been removed.
>
> Reviewed-by: Brett Rudley <brudley at broadcom.com>
> Reviewed-by: Roland Vossen <rvossen at broadcom.com>
> Signed-off-by: Arend van Spriel <arend at broadcom.com>
> ---
>  drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c  
> b/drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c
> index fb05282..701750f 100644
> --- a/drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c
> +++ b/drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c
> @@ -214,7 +214,6 @@ static bool in_send_q = false;
>  #ifdef BCMDBG
>  static const char *fifo_names[] = {
>  	"AC_BK", "AC_BE", "AC_VI", "AC_VO", "BCMC", "ATIM" };
> -const char *aci_names[] = { "AC_BE", "AC_BK", "AC_VI", "AC_VO" };
>  #else
>  static const char fifo_names[6][0];
>  #endif


-- 
"The most merciful thing in the world, I think, is the inability of the  
human
mind to correlate all its contents." - "The Call of Cthulhu"




More information about the devel mailing list