Skip to main content
Sign in
Snippets Groups Projects
Commit 2d1ab64d authored by Janusz Dziedzic's avatar Janusz Dziedzic
Browse files

cifix

parent c596bfba
No related branches found
No related tags found
1 merge request!734Acs
Pipeline #206408 passed
...@@ -589,7 +589,7 @@ bool wifi_opclass_expired(struct wifi_radio_opclass *opclass, uint32_t seconds) ...@@ -589,7 +589,7 @@ bool wifi_opclass_expired(struct wifi_radio_opclass *opclass, uint32_t seconds)
static bool wifi_opclass_entry_changed(struct wifi_radio_opclass_entry *a, static bool wifi_opclass_entry_changed(struct wifi_radio_opclass_entry *a,
struct wifi_radio_opclass_entry *b) struct wifi_radio_opclass_entry *b)
{ {
return memcmp(a, b, sizeof(*a)); return memcmp((void *) a, (void *) b, sizeof(*a));
} }
bool wifi_opclass_changed(struct wifi_radio_opclass *a, struct wifi_radio_opclass *b) bool wifi_opclass_changed(struct wifi_radio_opclass *a, struct wifi_radio_opclass *b)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment