rpms/kernel/F-8 linux-2.6-print-mac.patch,1.1,1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Wed Dec 19 18:49:50 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24922

Modified Files:
	linux-2.6-print-mac.patch 
Log Message:
remove existing definitions of MAC_FMT

linux-2.6-print-mac.patch:

Index: linux-2.6-print-mac.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-print-mac.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-print-mac.patch	19 Dec 2007 15:47:54 -0000	1.1
+++ linux-2.6-print-mac.patch	19 Dec 2007 18:49:26 -0000	1.2
@@ -44,3 +44,23 @@
 +	return buf;
 +}
 +EXPORT_SYMBOL(print_mac);
+--- linux-2.6.23.ppc/include/net/ieee80211.h~	2007-12-19 10:33:46.000000000 +0000
++++ linux-2.6.23.ppc/include/net/ieee80211.h	2007-12-19 18:48:36.000000000 +0000
+@@ -129,7 +129,6 @@ static inline bool ieee80211_ratelimit_d
+ 
+ /* debug macros not dependent on CONFIG_IEEE80211_DEBUG */
+ 
+-#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
+ #define MAC_ARG(x) ((u8*)(x))[0],((u8*)(x))[1],((u8*)(x))[2],((u8*)(x))[3],((u8*)(x))[4],((u8*)(x))[5]
+ 
+ /* escape_essid() is intended to be used in debug (and possibly error)
+--- linux-2.6.23.ppc/include/net/mac80211.h~	2007-12-19 10:33:55.000000000 +0000
++++ linux-2.6.23.ppc/include/net/mac80211.h	2007-12-19 18:48:40.000000000 +0000
+@@ -1453,7 +1453,6 @@ void ieee80211_wake_queues(struct ieee80
+  */
+ void ieee80211_scan_completed(struct ieee80211_hw *hw);
+ 
+-#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
+ #define MAC_ARG(x) ((u8*)(x))[0], ((u8*)(x))[1], ((u8*)(x))[2], \
+ 		   ((u8*)(x))[3], ((u8*)(x))[4], ((u8*)(x))[5]
+ 




More information about the fedora-extras-commits mailing list