mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-19 18:31:33 +00:00
14 lines
642 B
Diff
14 lines
642 B
Diff
Index: opensync-2.0.5.0/src/wm2/src/wm2_radio.c
|
|
===================================================================
|
|
--- opensync-2.0.5.0.orig/src/wm2/src/wm2_radio.c
|
|
+++ opensync-2.0.5.0/src/wm2/src/wm2_radio.c
|
|
@@ -517,7 +517,7 @@ wm2_radio_update_port_state_set_inactive
|
|
|
|
#define CMP(cmp, name) \
|
|
(changed |= (changedf->name = ((cmp(conf, state, name, changedf->_uuid)) && \
|
|
- (LOGD("%s: '%s' changed", conf->if_name, #name), 1))))
|
|
+ (LOGI("%s: '%s' changed", conf->if_name, #name), 1))))
|
|
|
|
static bool
|
|
wm2_vconf_changed(const struct schema_Wifi_VIF_Config *conf,
|