aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wlan-ng/p80211mod.c')
-rw-r--r--drivers/staging/wlan-ng/p80211mod.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/wlan-ng/p80211mod.c b/drivers/staging/wlan-ng/p80211mod.c
index d1add78..7a3834e 100644
--- a/drivers/staging/wlan-ng/p80211mod.c
+++ b/drivers/staging/wlan-ng/p80211mod.c
@@ -97,9 +97,6 @@
/*================================================================*/
/* Local Static Definitions */
-static char *version = "p80211.o: " WLAN_RELEASE;
-
-
/*----------------------------------------------------------------*/
/* --Module Parameters */
@@ -108,10 +105,8 @@ module_param(wlan_watchdog, int, 0644);
MODULE_PARM_DESC(wlan_watchdog, "transmit timeout in milliseconds");
int wlan_wext_write = 1;
-#if WIRELESS_EXT > 12
module_param(wlan_wext_write, int, 0644);
MODULE_PARM_DESC(wlan_wext_write, "enable write wireless extensions");
-#endif
#ifdef WLAN_INCLUDE_DEBUG
int wlan_debug=0;