Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136387 Details for
Bug 119805
VMWare-Workstation-5.5.1.19175 fails to start bridged wireless vmnet with Madwifi-driver-0.1401.20060117
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
021_vmnet_wireless-fix.patch
021_vmnet_wireless-fix.patch (text/plain), 642 bytes, created by
Codo
on 2007-11-19 16:40:12 UTC
(
hide
)
Description:
021_vmnet_wireless-fix.patch
Filename:
MIME Type:
Creator:
Codo
Created:
2007-11-19 16:40:12 UTC
Size:
642 bytes
patch
obsolete
>diff -u -r vmnet-only.old/bridge.c vmnet-only/bridge.c >--- bridge.c 2007-08-22 03:14:05.000000000 +0200 >+++ bridge.c 2007-09-30 14:34:13.000000000 +0200 >@@ -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 @@ >static Bool >VNetBridgeIsDeviceWireless(struct net_device *dev) //IN: sock >{ >-#if !defined(CONFIG_NET_RADIO) >+#if !defined CONFIG_NET_RADIO && !defined CONFIG_WLAN_80211 >return FALSE; >#elif WIRELESS_EXT > 19 >return dev->wireless_handlers != NULL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119805
: 136387