提交 e5516fd3 编写于 作者: J Johan Meiring 提交者: Greg Kroah-Hartman

staging: wlags49_h2: wl_util: corrects asterisk placement

This commit fixes incorrect placement of the asterisk character.
Signed-off-by: NJohan Meiring <johanmeiring@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3bba6195
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册