> + if (sta->mesh_id_len == ie->mesh_id_len && > + memcmp(sta->mesh_id, ie->mesh_id, ie->mesh_id_len) == 0 && > + memcmp(sta->mesh_pp_id, ie->mesh_config + PP_OFFSET, 4) == 0 && > + memcmp(sta->mesh_pm_id, ie->mesh_config + PM_OFFSET, 4) == 0 && > + memcmp(sta->mesh_cc_id, ie->mesh_config + CC_OFFSET, 4) == 0) > + /* > + * As support for each feature is added, check for matching > + * - On mesh config capabilities > + * - Power Save Support En > + * - Sync support enabled > + * - Sync support active > + * - Sync support required from peer > + * - MDA enabled > + * - Power management control on fc > + */ > + return true; Can the comment be before the if please? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part