Skip to content

Commit

Permalink
staging: ath6kl: provide hardware version to userspace
Browse files Browse the repository at this point in the history
Signed-off-by: Kalle Valo <kalle.valo@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Kalle Valo authored and Greg Kroah-Hartman committed May 10, 2011
1 parent c77049e commit e5813f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/ath6kl/os/linux/ar6000_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e5813f8

Please sign in to comment.