Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 304637 | Differences between
and this patch

Collapse All | Expand All

(-)hybrid-portsrc-x86_32-v5_10_91_9.orig/src/wl/sys/wl_linux.c (+2 lines)
Lines 163-168 Link Here
163
static void wl_free_if(wl_info_t *wl, wl_if_t *wlif);
163
static void wl_free_if(wl_info_t *wl, wl_if_t *wlif);
164
static void wl_get_driver_info(struct net_device *dev, struct ethtool_drvinfo *info);
164
static void wl_get_driver_info(struct net_device *dev, struct ethtool_drvinfo *info);
165
165
166
MODULE_LICENSE("MIXED/Proprietary");
167
166
static struct pci_device_id wl_id_table[] = {
168
static struct pci_device_id wl_id_table[] = {
167
	{ PCI_VENDOR_ID_BROADCOM, 0x4311, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 
169
	{ PCI_VENDOR_ID_BROADCOM, 0x4311, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 
168
	{ PCI_VENDOR_ID_BROADCOM, 0x4312, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 
170
	{ PCI_VENDOR_ID_BROADCOM, 0x4312, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 

Return to bug 304637