summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-29 17:56:14 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-04 22:58:10 -0700
commit1822d7f80e35fd605687cdf194f15f1c151cdb17 (patch)
treebd2f68144442e8cc7da76b48702330c1151c1674 /drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
parentf22ac91fae621dc6035e15b489e46b711ad22689 (diff)
downloadop-kernel-dev-1822d7f80e35fd605687cdf194f15f1c151cdb17.zip
op-kernel-dev-1822d7f80e35fd605687cdf194f15f1c151cdb17.tar.gz
ath6kl: remove INIT_MODE_DRV_ENABLED define
Since this is defined statically we just leave the code. Cc: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/include/ar6000_drv.h')
-rw-r--r--drivers/staging/ath6kl/os/linux/include/ar6000_drv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h b/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
index 23427cf..205a7bf 100644
--- a/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
+++ b/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
@@ -238,11 +238,7 @@ typedef enum _AR6K_BIN_FILE {
#define HCIUARTSTEP_DEFAULT 0
#endif /* AR600x_BT_AR3001 */
-#ifdef INIT_MODE_DRV_ENABLED
#define WLAN_INIT_MODE_DEFAULT WLAN_INIT_MODE_DRV
-#else
-#define WLAN_INIT_MODE_DEFAULT WLAN_INIT_MODE_USR
-#endif /* INIT_MODE_DRV_ENABLED */
#define AR6K_PATCH_DOWNLOAD_ADDRESS(_param, _ver) do { \
if ((_ver) == AR6003_REV1_VERSION) { \
OpenPOWER on IntegriCloud