3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02: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:
Denis Kenzior 2019-07-23 09:21:17 -05:00
parent 45ce4bc8eb
commit 140c626a4b

View File

@ -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;