drivers: wifi: eswifi: Fix unused variable in scan parsing
ret variable is not used. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
parent
5283a2be98
commit
ac45ad8830
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ static inline int __parse_ssid(char *str, char *ssid)
|
||||||
static void __parse_scan_res(char *str, struct wifi_scan_result *res)
|
static void __parse_scan_res(char *str, struct wifi_scan_result *res)
|
||||||
{
|
{
|
||||||
int field = 0;
|
int field = 0;
|
||||||
int ret;
|
|
||||||
|
|
||||||
/* fmt => #001,"SSID",MACADDR,RSSI,BITRATE,MODE,SECURITY,BAND,CHANNEL */
|
/* fmt => #001,"SSID",MACADDR,RSSI,BITRATE,MODE,SECURITY,BAND,CHANNEL */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue