05 Apr, 2011
1 commit
-
It causes lots of linking errors when both of these modules are built into the
kernel directly due to their global symbol mess.Reported-by: Linus Torvalds
Signed-off-by: Greg Kroah-Hartman
24 Dec, 2009
1 commit
-
The vt665[56] drivers can be built when CONFIG_NET=n &
CONFIG_NETDEVICES=n or just when CONFIG_WLAN=n.
This leads to build failures.
Prevent this by making them depend on WLAN.[This patch was lost in a dualing trees merge;
still needs to be re-applied.]Signed-off-by: Randy Dunlap
Signed-off-by: Greg Kroah-Hartman
08 Oct, 2009
1 commit
-
After the incorporation of the patch entitled "wext: refactor", some
of the wireless drivers in drivers/staging fail to build because they
need to have CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV defined.Signed-off-by: Larry Finger
Signed-off-by: John W. Linville
16 Sep, 2009
1 commit
-
Make vt665x depended on WIRELESS_EXT and remove remain ifdef's
Signed-off-by: Alexander Beregalov
Cc: Bartlomiej Zolnierkiewicz
Signed-off-by: Greg Kroah-Hartman
20 Jun, 2009
2 commits
-
This driver uses lots of pci_*() calls, so it should depend on PCI.
drivers/staging/vt6655/device_main.c:3942: error: implicit declaration of function 'pci_dev_driver'
Signed-off-by: Randy Dunlap
Signed-off-by: Greg Kroah-Hartman -
Integrate drivers/staging/vt6655 into build system.
Signed-off-by: Forest Bond
Signed-off-by: Greg Kroah-Hartman