mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-06-12 20:28:25 +00:00
fix the tsf warning in sdr.c and sdrctl
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user