GIT_TREES="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
GIT_TREES="$GIT_TREES git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git"
GIT_TREES="$GIT_TREES git://github.com/mcgrof/compat.git"
-GIT_TREES="$GIT_TREES git://github.com/mcgrof/compat-wireless.git"
+GIT_TREES="$GIT_TREES git://github.com/mcgrof/compat-drivers.git"
LINUX_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
cd $PREFIX
git clone $i --reference $PREFIX/linux-stable/.git/
;;
- "compat-wireless.git")
+ "compat-drivers.git")
# This is just what scripts are tested for. Probably best to
# unify all into one place but this will do for now.
mkdir -p $PREFIX/devel/
* @dev: PCI device to handle.
* @state: PCI state from which device will issue PME#.
*
- * This is the backport code for older kernels for compat-wireless, we read stuff
+ * This is the backport code for older kernels for compat-drivers, we read stuff
* from the initialization stuff from pci_pm_init().
*/
bool pci_pme_capable(struct pci_dev *dev, pci_power_t state)
#include <linux/kernel.h>
/*
* kstrto* was included in kernel 2.6.38.4 and causes conflicts with the
- * version included in compat-wireless. We use strict_strtol to check if
+ * version included in compat-drivers. We use strict_strtol to check if
* kstrto* is already available.
*/
#ifndef strict_strtol
/*
* kstrto* was included in kernel 2.6.38.4 and causes conflicts with the
- * version included in compat-wireless. We use strict_strtol to check if
+ * version included in compat-drivers. We use strict_strtol to check if
* kstrto* is already available.
*/
#ifndef strict_strtol
# CONFIG_COMPAT_KERNEL_3_0 .. etc for each kernel release you need an object
# for.
#
-# Note: this is part of the compat.git project, not compat-wireless.git,
+# Note: this is part of the compat.git project, not compat-drivers,
# send patches against compat.git.
if [[ ! -f ${KLIB_BUILD}/Makefile ]]; then