Searched refs:active_rxon (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A D4965.c1416 /* cast away the const for active_rxon in this function */
1417 struct il_rxon_cmd *active_rxon = (void *)&ctx->active; local
1457 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
1473 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
1477 sizeof(struct il_rxon_cmd), active_rxon);
1480 * active_rxon back to what it was previously */
1482 active_rxon->filter_flags |= RXON_FILTER_ASSOC_MSK;
1514 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
[all...]
H A D3945.c1712 * the active_rxon structure is updated with the new data. This
1719 /* cast away the const for active_rxon in this function */
1720 struct il3945_rxon_cmd *active_rxon = (void *)&ctx->active; local
1755 memcpy(active_rxon, staging_rxon, sizeof(*active_rxon));
1770 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
1776 active_rxon->reserved4 = 0;
1777 active_rxon->reserved5 = 0;
1782 * active_rxon back to what it was previously */
1784 active_rxon
[all...]
H A D3945-mac.c2208 struct il3945_rxon_cmd *active_rxon = local
2212 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
H A D4965-mac.c5023 struct il_rxon_cmd *active_rxon = local
5027 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c1269 struct iwl_rxon_cmd *active_rxon = local
1273 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;

Completed in 75 milliseconds