il_rxon_cmd
const struct il_rxon_cmd *rxon1 = &il->staging;
const struct il_rxon_cmd *rxon2 = &il->active;
struct il_rxon_cmd *active_rxon =
(struct il_rxon_cmd *)&il->active;
const struct il_rxon_cmd *rxon1 = &il->staging;
const struct il_rxon_cmd *rxon2 = &il->active;
struct il_rxon_cmd *active_rxon = (void *)&il->active;
sizeof(struct il_rxon_cmd), active_rxon);
sizeof(struct il_rxon_cmd), &il->staging);
sizeof(struct il_rxon_cmd), &il->staging);
struct il_rxon_cmd *rxon = &il->staging;
struct il_rxon_cmd *rxon = &il->staging;
const struct il_rxon_cmd *staging = &il->staging;
const struct il_rxon_cmd *active = &il->active;
struct il_rxon_cmd *rxon = &il->staging;
struct il_rxon_cmd *rxon = (void *)&il->active;
struct il_rxon_cmd *rxon = &il->staging;
sizeof(struct il_rxon_cmd));
const struct il_rxon_cmd active;
struct il_rxon_cmd staging;