mwifiex_types_power_group
struct mwifiex_types_power_group *pg_tlv;
pg_tlv = (struct mwifiex_types_power_group
sizeof(struct mwifiex_types_power_group) +
pg_tlv = (struct mwifiex_types_power_group *) ((u8 *)
sizeof(struct mwifiex_types_power_group) +
struct mwifiex_types_power_group *pg_tlv_hdr;
pg_tlv_hdr = (struct mwifiex_types_power_group *)((u8 *)data_buf);
((u8 *) pg_tlv_hdr + sizeof(struct mwifiex_types_power_group));
struct mwifiex_types_power_group *pg_tlv_hdr;
pg_tlv_hdr = (struct mwifiex_types_power_group *)
sizeof(struct mwifiex_types_power_group));
struct mwifiex_types_power_group *pg_tlv;
pg_tlv = (struct mwifiex_types_power_group *)
+ sizeof(struct mwifiex_types_power_group));