OSDN Git Service

staging: wilc1000: refactor wilc_wlan_parse_info_frame() function
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 25 Sep 2018 06:23:26 +0000 (11:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:53:56 +0000 (20:53 +0200)
commit1a46d545e985d78cb8d9b0f32ee75cd45ffed0e7
tree8bf878f9abfa73b4abb6e30d459e6abc5f1d1594
parent5d482d2dc928b600a2a13f9af1bcf3a8a19e622a
staging: wilc1000: refactor wilc_wlan_parse_info_frame() function

Return 'void' from wilc_wlan_parse_info_frame() as same constant value
is returned always. Also removed the 'size' from input parameter as its
not used in the function.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan_cfg.c