linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] compat: remove print_mac et al
@ 2010-12-22 21:11 Johannes Berg
  2010-12-22 22:55 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2010-12-22 21:11 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless@vger.kernel.org

From: Johannes Berg <johannes.berg@intel.com>

This has disappeared upstream and is no longer used.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 compat/compat-2.6.24.c        |    9 ---------
 include/linux/compat-2.6.24.h |    7 -------
 2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/compat/compat-2.6.24.c b/compat/compat-2.6.24.c
index 5e2a77d..b9ae16b 100644
--- a/compat/compat-2.6.24.c
+++ b/compat/compat-2.6.24.c
@@ -18,15 +18,6 @@
 struct net init_net;
 EXPORT_SYMBOL(init_net);
 
-/* Part of net/ethernet/eth.c as of 2.6.24 */
-char *print_mac(char *buf, const u8 *addr)
-{
-	sprintf(buf, MAC_FMT,
-		addr[0], addr[1], addr[2], addr[3], addr[4], addr[5]);
-	return buf;
-}
-EXPORT_SYMBOL(print_mac);
-
 /* 2.6.22 and 2.6.23 have eth_header_cache_update defined as extern in include/linux/etherdevice.h
  * and actually defined in net/ethernet/eth.c but 2.6.24 exports it. Lets export it here */
 
diff --git a/include/linux/compat-2.6.24.h b/include/linux/compat-2.6.24.h
index 6e09530..456dcb6 100644
--- a/include/linux/compat-2.6.24.h
+++ b/include/linux/compat-2.6.24.h
@@ -162,13 +162,6 @@ struct ssb_device_id {
 #define dev_get_by_index(a, b)		dev_get_by_index(b)
 #define __dev_get_by_index(a, b)	__dev_get_by_index(b)
 
-/*
- * Display a 6 byte device address (MAC) in a readable format.
- */
-#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
-extern char *print_mac(char *buf, const u8 *addr);
-#define DECLARE_MAC_BUF(var) char var[18] __maybe_unused
-
 extern int		eth_header(struct sk_buff *skb, struct net_device *dev,
 				unsigned short type, void *daddr,
 				void *saddr, unsigned len);
-- 
1.7.2.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] compat: remove print_mac et al
  2010-12-22 21:11 [PATCH] compat: remove print_mac et al Johannes Berg
@ 2010-12-22 22:55 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2010-12-22 22:55 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless@vger.kernel.org

On Wed, Dec 22, 2010 at 4:11 PM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> From: Johannes Berg <johannes.berg@intel.com>
>
> This has disappeared upstream and is no longer used.
>
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Applied both patches, thanks!

  Luis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-22 22:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 21:11 [PATCH] compat: remove print_mac et al Johannes Berg
2010-12-22 22:55 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).