mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
include/nuttx/wireless: Remove bogus name from structure. This was left over from a previous change and had me confused for awhile.
This commit is contained in:
@@ -201,11 +201,7 @@ static int btnet_scan_result(FAR struct bt_scanresponse_s *result,
|
||||
uint8_t nrsp;
|
||||
int ret;
|
||||
|
||||
if (!g_scanstate.bs_scanning)
|
||||
{
|
||||
wlerr("ERROR: Results received while not scanning\n");
|
||||
return -EPIPE;
|
||||
}
|
||||
wlinfo("Scanning? %s\n", g_scanstate.bs_scanning ? "YES" : "NO");
|
||||
|
||||
/* Get exclusive access to the scan data */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user