Search Linux Wireless

Re: [PATCH 05/13 v2] o11s: mesh.c, support functions for mesh

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +	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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux