fix the tsf warning in sdr.c and sdrctl

This commit is contained in:
Xianjun Jiao
2020-03-06 14:05:47 +01:00
parent 487bc31b15
commit 75042a3073
2 changed files with 4 additions and 4 deletions

View File

@ -224,7 +224,7 @@ static int handle_set_tsf(struct nl80211_state *state,
{
struct nlattr *tmdata;
char *end;
unsigned int reg_cat, high_tsf, low_tsf;
unsigned int high_tsf, low_tsf;
tmdata = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
if (!tmdata) {