From patchwork Fri Dec 3 04:11:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick Kossifidis X-Patchwork-Id: 376691 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB34BCu3015726 for ; Fri, 3 Dec 2010 04:11:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758428Ab0LCELK (ORCPT ); Thu, 2 Dec 2010 23:11:10 -0500 Received: from mail-ey0-f174.google.com ([209.85.215.174]:55161 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758384Ab0LCELJ (ORCPT ); Thu, 2 Dec 2010 23:11:09 -0500 Received: by eye27 with SMTP id 27so4779975eye.19 for ; Thu, 02 Dec 2010 20:11:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=j22nXF6/wke6TPzDtjFSMHvuNPgn8gDLVSy6WA4VloA=; b=QP+gkMCs25MSSboz2bm2T5hnMvV8KVVu/NlpCOuNcacKhK9gIECDBaskBLwiVRQw2j KYWnVrcj9GP3dBHfPRN7V3IJ0gHCDuMoTJ6HBKUq28jW6qas65HN6TTr2942IKK8qXTH vhdhTVKXu3UxmE/ClFjO32dR2c7dCSt8FS+JE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=X5Lpy6Kl5nqL0Bxq0RilfAy5GLmPqFL8I9SP2mQ7x1/lhZfQadh6WN+KqDeBbefE4V MfqZffLS8Vr+CaK/2fsJChLe4i3s+LAexKl++jHUWfkzMq9xFZwBubYoJ704wW/cs2Kz U57yqh4ohmSrk2NbtcgCzD6VSG8R50pPtWlkg= Received: by 10.213.8.65 with SMTP id g1mr39360ebg.57.1291349468273; Thu, 02 Dec 2010 20:11:08 -0800 (PST) Received: from localhost ([139.91.73.37]) by mx.google.com with ESMTPS id v56sm1071048eeh.20.2010.12.02.20.11.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Dec 2010 20:11:07 -0800 (PST) Date: Fri, 3 Dec 2010 06:11:09 +0200 From: Nick Kossifidis To: ath5k-devel@venema.h4ckr.net, linux-wireless@vger.kernel.org Cc: linville@tuxdriver.com, me@bobcopeland.com, mcgrof@gmail.com, jirislaby@gmail.com, nbd@openwrt.org, br1@einfach.org, sedat.dilek@googlemail.com Subject: [PATCH 5/6] ath5k: Update version string Message-ID: <20101203041109.GE2988@makis.mantri> Mail-Followup-To: ath5k-devel@lists.ath5k.org, linux-wireless@vger.kernel.org, linville@tuxdriver.com, me@bobcopeland.com, mcgrof@gmail.com, jirislaby@gmail.com, nbd@openwrt.org, br1@einfach.org, sedat.dilek@googlemail.com MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 03 Dec 2010 04:11:12 +0000 (UTC) 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);