mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: Drop unused wiphy.interface_index
This commit is contained in:
parent
6ea74d77cc
commit
fcd5b8b54f
@ -148,7 +148,6 @@ static const char * const qemu_table[] = { NULL };
|
|||||||
struct wiphy {
|
struct wiphy {
|
||||||
char name[20];
|
char name[20];
|
||||||
int id;
|
int id;
|
||||||
unsigned int interface_index;
|
|
||||||
bool interface_created : 1;
|
bool interface_created : 1;
|
||||||
bool used_by_hostapd : 1;
|
bool used_by_hostapd : 1;
|
||||||
char *interface_name;
|
char *interface_name;
|
||||||
@ -1123,7 +1122,6 @@ configure:
|
|||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
wiphy->interface_created = true;
|
wiphy->interface_created = true;
|
||||||
wiphy->interface_index = num_radios_created;
|
|
||||||
l_info("Created interface %s on %s radio",
|
l_info("Created interface %s on %s radio",
|
||||||
wiphy->interface_name, wiphy->name);
|
wiphy->interface_name, wiphy->name);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user