projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77049e
)
staging: ath6kl: provide hardware version to userspace
author
Kalle Valo
<kalle.valo@atheros.com>
Tue, 10 May 2011 04:40:34 +0000
(07:40 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 10 May 2011 18:19:06 +0000
(11:19 -0700)
Signed-off-by: Kalle Valo <kalle.valo@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ath6kl/os/linux/ar6000_drv.c
patch
|
blob
|
history
diff --git
a/drivers/staging/ath6kl/os/linux/ar6000_drv.c
b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
index 513f205b279d0df63cbba792bf2b3cb792c3a103..48dd9e3635967a61bdab81eac517c4076b8c29e1 100644
(file)
--- 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);