Skip to content

Commit 33ec0a9

Browse files
jukkardecsny
authored andcommitted
mcux: wifi_nxp: Update the net_mgmt event type to uint64_t
The network management event type is changed from uint32_t to uint64_t so update the code to prevent compilation issues. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
1 parent a9bb5bb commit 33ec0a9

File tree

1 file changed

+1
-1
lines changed
  • mcux/middleware/wifi_nxp/port/net/zephyr

1 file changed

+1
-1
lines changed

mcux/middleware/wifi_nxp/port/net/zephyr/net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ static void ipv6_mcast_delete(struct net_mgmt_event_callback *cb, struct net_if
10731073
}
10741074
#endif
10751075

1076-
static void wifi_net_event_handler(struct net_mgmt_event_callback *cb, uint32_t mgmt_event, struct net_if *iface)
1076+
static void wifi_net_event_handler(struct net_mgmt_event_callback *cb, uint64_t mgmt_event, struct net_if *iface)
10771077
{
10781078
// const struct wifi_status *status = (const struct wifi_status *)cb->info;
10791079
enum wifi_event_reason wifi_event_reason;

0 commit comments

Comments
 (0)