From: Kalle Valo <kvalo@adurom.com>
To: gregkh@suse.de
Cc: devel@linuxdriverproject.org, linux-wireless@vger.kernel.org
Subject: [PATCH 2/2] ath6kl: provide hardware version to userspace
Date: Tue, 10 May 2011 07:40:34 +0300 [thread overview]
Message-ID: <20110510044034.29589.95929.stgit@localhost6.localdomain6> (raw)
In-Reply-To: <20110510044023.29589.38450.stgit@localhost6.localdomain6>
From: Kalle Valo <kalle.valo@atheros.com>
Signed-off-by: Kalle Valo <kalle.valo@atheros.com>
---
drivers/staging/ath6kl/os/linux/ar6000_drv.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/ath6kl/os/linux/ar6000_drv.c b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
index 513f205..48dd9e3 100644
--- a/drivers/staging/ath6kl/os/linux/ar6000_drv.c
+++ b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
@@ -1732,6 +1732,7 @@ ar6000_avail_ev(void *context, void *hif_handle)
ar->arVersion.target_ver = targ_info.target_ver;
ar->arTargetType = targ_info.target_type;
+ wdev->wiphy->hw_version = targ_info.target_ver;
}
r = ar6000_configure_target(ar);
next prev parent reply other threads:[~2011-05-10 4:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-10 4:40 [PATCH 1/2] ath6kl: iw dev wlan0 link implementation Kalle Valo
2011-05-10 4:40 ` Kalle Valo [this message]
2011-05-10 12:02 ` Senthil Balasubramanian
2011-05-10 22:32 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110510044034.29589.95929.stgit@localhost6.localdomain6 \
--to=kvalo@adurom.com \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@suse.de \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox