summaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2
diff options
context:
space:
mode:
authorJohan Meiring <johanmeiring@gmail.com>2012-11-30 18:58:57 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 11:03:44 -0800
commite5516fd34eb2f521b1cb0292129c40de46da931a (patch)
treefd8a62117b28775c805288069a034391dcea5eca /drivers/staging/wlags49_h2
parent3bba6195bb0ec85141ef0495a612441ae3007e2e (diff)
downloadlinux-3.10-e5516fd34eb2f521b1cb0292129c40de46da931a.tar.gz
linux-3.10-e5516fd34eb2f521b1cb0292129c40de46da931a.tar.bz2
linux-3.10-e5516fd34eb2f521b1cb0292129c40de46da931a.zip
staging: wlags49_h2: wl_util: corrects asterisk placement
This commit fixes incorrect placement of the asterisk character. Signed-off-by: Johan Meiring <johanmeiring@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2')
-rw-r--r--drivers/staging/wlags49_h2/wl_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wlags49_h2/wl_util.h b/drivers/staging/wlags49_h2/wl_util.h
index 9164c30a94e..57bfd7fac6f 100644
--- a/drivers/staging/wlags49_h2/wl_util.h
+++ b/drivers/staging/wlags49_h2/wl_util.h
@@ -77,9 +77,9 @@ void wl_endian_translate_event(ltv_t *pLtv);
int wl_has_wep(IFBP ifbp);
-hcf_8 wl_parse_ds_ie(PROBE_RESP *probe_rsp);
-hcf_8 * wl_parse_wpa_ie(PROBE_RESP *probe_rsp, hcf_16 *length);
-hcf_8 * wl_print_wpa_ie(hcf_8 *buffer, int length);
+hcf_8 wl_parse_ds_ie(PROBE_RESP *probe_rsp);
+hcf_8 *wl_parse_wpa_ie(PROBE_RESP *probe_rsp, hcf_16 *length);
+hcf_8 *wl_print_wpa_ie(hcf_8 *buffer, int length);
int wl_get_tallies(struct wl_private *, CFG_HERMES_TALLIES_STRCT *);
int wl_is_a_valid_chan(int channel);