aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-12-07 14:13:49 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-12-07 16:34:49 -0500
commitb7555ec7c604f2f00e432579dac29df5ce525433 (patch)
tree7f02e627b954ef69f72e0dc17f6c0eece1ecd85c /drivers/net/wireless/ath/ath5k
parentath: Fix ath_dbg access beyond array bound (diff)
downloadlinux-dev-b7555ec7c604f2f00e432579dac29df5ce525433.tar.xz
linux-dev-b7555ec7c604f2f00e432579dac29df5ce525433.zip
ath5k: remove MODULE_VERSION
Since this is updated manually and sporadically, it is fairly useless anyway. Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k')
-rw-r--r--drivers/net/wireless/ath/ath5k/base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c
index 950fc379c3b8..0c419b73f394 100644
--- a/drivers/net/wireless/ath/ath5k/base.c
+++ b/drivers/net/wireless/ath/ath5k/base.c
@@ -75,7 +75,6 @@ MODULE_AUTHOR("Nick Kossifidis");
MODULE_DESCRIPTION("Support for 5xxx series of Atheros 802.11 wireless LAN cards.");
MODULE_SUPPORTED_DEVICE("Atheros 5xxx WLAN cards");
MODULE_LICENSE("Dual BSD/GPL");
-MODULE_VERSION("0.6.0 (EXPERIMENTAL)");
static int ath5k_init(struct ieee80211_hw *hw);
static int ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan,