Search Linux Wireless

Re: [RFC/RFT 2/6 V2] rtl8187se: Create file rtl8187se_dev.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday 12 November 2009 05:31:29 Larry Finger wrote:
> Create the main device file for rtl8187se.
> 
> Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx>

This little typo prevents module from loading.
(compare with staging/rtl8187se, given by lspci too.)

Bernhard


bs7:/usr/src/kernel_rtl8187se# git diff
diff --git a/drivers/net/wireless/rtl818x/rtl8187se_dev.c 
b/drivers/net/wireless/rtl818x/rtl8187se_dev.c
index f998ff9..1f479de 100644
--- a/drivers/net/wireless/rtl818x/rtl8187se_dev.c
+++ b/drivers/net/wireless/rtl818x/rtl8187se_dev.c
@@ -29,7 +29,7 @@ MODULE_DESCRIPTION("RTL8187SE PCI wireless driver");
 MODULE_LICENSE("GPL");

 static struct pci_device_id rtl8187se_table[] __devinitdata = {
-       { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8189) },
+       { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8199) },
        { }
 };
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux