public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules/files/patches/vmnet: 021_all_wireless_fix.patch
@ 2008-01-26  1:22 Mike Auty (ikelos)
  0 siblings, 0 replies; only message in thread
From: Mike Auty (ikelos) @ 2008-01-26  1:22 UTC (permalink / raw
  To: gentoo-commits

ikelos      08/01/26 01:22:42

  Added:                021_all_wireless_fix.patch
  Log:
  Bump vmware-modules to any-any115, and apply fixes for wireless and 2.6.24.
  (Portage version: 2.1.4)
   (Signed Manifest commit)

Revision  Changes    Path
1.1                  app-emulation/vmware-modules/files/patches/vmnet/021_all_wireless_fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/files/patches/vmnet/021_all_wireless_fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/files/patches/vmnet/021_all_wireless_fix.patch?rev=1.1&content-type=text/plain

Index: 021_all_wireless_fix.patch
===================================================================
diff -uNr vmnet-only.old/bridge.c vmnet-only/bridge.c
--- vmnet-only.old/bridge.c	2008-01-06 21:25:04.000000000 +0000
+++ vmnet-only/bridge.c	2008-01-06 21:27:42.000000000 +0000
@@ -32,7 +32,7 @@
 #include <linux/tcp.h>
 #include <net/tcp.h>
 
-#ifdef CONFIG_NET_RADIO
+#if defined CONFIG_NET_RADIO || defined CONFIG_WLAN_80211
 #   include <linux/wireless.h>
 #endif
 #include "vmnetInt.h"
@@ -764,7 +764,7 @@
 {
 #ifdef CONFIG_WIRELESS_EXT
    return dev->wireless_handlers != NULL;
-#elif !defined(CONFIG_NET_RADIO)
+#elif !defined CONFIG_NET_RADIO && !defined CONFIG_WLAN_80211
    return FALSE;
 #elif WIRELESS_EXT > 19
    return dev->wireless_handlers != NULL;



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-26  1:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26  1:22 [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules/files/patches/vmnet: 021_all_wireless_fix.patch Mike Auty (ikelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox