[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <400C43189542CE41BC0A5B252FC90136952F0594CF@SJEXCHCCR02.corp.ad.broadcom.com>
Date: Thu, 16 Dec 2010 02:33:31 -0800
From: "Arend Van Spriel" <arend@...adcom.com>
To: "Joe Perches" <joe@...ches.com>
cc: "linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 0/8] staging: brcm80211: Cleanup
include/proto/ethernet.h
Hi Joe
Thanks for digging in. I had same changes and some other in store for the driver, but pending some testing did not post them yet.
Greg,
Could you add my Acked-by to this patch series:
Acked-by: Arend van Spriel <arend@...adcom.com>
Gr. AvS
________________________________________
From: linux-wireless-owner@...r.kernel.org [linux-wireless-owner@...r.kernel.org] On Behalf Of Joe Perches [joe@...ches.com]
Sent: Tuesday, December 14, 2010 1:56 AM
Cc: linux-wireless@...r.kernel.org; devel@...verdev.osuosl.org; linux-kernel@...r.kernel.org
Subject: [PATCH 0/8] staging: brcm80211: Cleanup include/proto/ethernet.h
Use the standard kernel mechanisms and remove some entries from this file.
Joe Perches (8):
staging: brcm80211: Remove unused #defines ETHER_<foo>_LOCALADDR
staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addr
staging: brcm80211: Remove unused ether_<foo> #defines and struct
staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addr
staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALEN
staging: brcm80211: Remove ETHER_HDR_LEN, use ETH_HLEN
staging: brcm80211: Remove unused ETHER_TYPE_<foo> #defines
staging: brcm80211: Convert ETHER_TYPE_802_1X to ETH_P_PAE
drivers/staging/brcm80211/brcmfmac/dhd_cdc.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_common.c | 8 +-
drivers/staging/brcm80211/brcmfmac/dhd_linux.c | 32 +++++-----
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c | 38 ++++++------
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h | 2 +-
drivers/staging/brcm80211/brcmfmac/wl_iw.c | 63 ++++++++++----------
drivers/staging/brcm80211/include/proto/ethernet.h | 54 +++--------------
drivers/staging/brcm80211/sys/wl_mac80211.c | 2 +-
drivers/staging/brcm80211/sys/wlc_ampdu.c | 2 +-
drivers/staging/brcm80211/sys/wlc_bmac.c | 9 ++-
drivers/staging/brcm80211/sys/wlc_mac80211.c | 40 +++++++------
drivers/staging/brcm80211/util/bcmsrom.c | 15 +++--
12 files changed, 118 insertions(+), 149 deletions(-)
--
1.7.3.3.398.g0b0cd.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists