Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 5/6] ath5k: Update version string
@ 2010-12-03  4:11 Nick Kossifidis
  2010-12-03  4:17 ` Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Nick Kossifidis @ 2010-12-03  4:11 UTC (permalink / raw)
  To: ath5k-devel, linux-wireless
  Cc: linville, me, mcgrof, jirislaby, nbd, br1, sedat.dilek

 * Change version number, we've added various new features lately.
 We need to find a way to maintain this, maybe on each kernel release
 or something. Also remove "EXPERIMENTAL", we aren't experimental any
 more I think ;-)

 Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>

---
 drivers/net/wireless/ath/ath5k/base.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c
index 6edfa9f..835ab3a 100644
--- a/drivers/net/wireless/ath/ath5k/base.c
+++ b/drivers/net/wireless/ath/ath5k/base.c
@@ -78,7 +78,7 @@ 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)");
+MODULE_VERSION("0.7.0");
 
 static int ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan,
 								bool skip_pcu);

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-07 19:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03  4:11 [PATCH 5/6] ath5k: Update version string Nick Kossifidis
2010-12-03  4:17 ` Luis R. Rodriguez
2010-12-03 14:56   ` John W. Linville
2010-12-06 23:54     ` Nick Kossifidis
2010-12-03  6:35 ` Sedat Dilek
2010-12-03  7:23 ` Sedat Dilek
2010-12-07 19:13 ` [PATCH] ath5k: remove MODULE_VERSION John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox