Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1724b02 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211_hwsim: use signed net namespace ID



The API expects a pointer to a signed int so we should not use an
unsigned int for it.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f7736f50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@ static inline void hwsim_clear_chanctx_magic(struct ieee80211_chanctx_conf *c)
	cp->magic = 0;
}

static unsigned int hwsim_net_id;
static int hwsim_net_id;

static int hwsim_netgroup;