mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +01:00
wiphy: Optimize storage
This commit is contained in:
parent
c8fc79c611
commit
431cadb7aa
@ -95,7 +95,7 @@ struct wiphy {
|
||||
char name[20];
|
||||
uint32_t feature_flags;
|
||||
struct l_queue *netdev_list;
|
||||
bool support_scheduled_scan;
|
||||
bool support_scheduled_scan:1;
|
||||
};
|
||||
|
||||
static struct l_queue *wiphy_list = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user