mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
monitor: Remove duplicate monitor_interface structure
The global structure was intended to be used, not the one local to the main function.
This commit is contained in:
parent
45ce4bc8eb
commit
140c626a4b
@ -693,7 +693,6 @@ int main(int argc, char *argv[])
|
||||
const char *reader_path = NULL;
|
||||
const char *analyze_path = NULL;
|
||||
const char *ifname = NULL;
|
||||
struct iwmon_interface monitor_interface = { };
|
||||
uint16_t nl80211_family = 0;
|
||||
int exit_status;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user