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

/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c703 struct iwl_rxon_cmd *active_rxon = local
707 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
/drivers/net/wireless/iwlegacy/
H A D3945.c1698 * the active_rxon structure is updated with the new data. This
1705 /* cast away the const for active_rxon in this function */
1706 struct il3945_rxon_cmd *active_rxon = (void *)&il->active; local
1741 memcpy(active_rxon, staging_rxon, sizeof(*active_rxon));
1756 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
1762 active_rxon->reserved4 = 0;
1763 active_rxon->reserved5 = 0;
1768 * active_rxon back to what it was previously */
1770 active_rxon
[all...]
H A D4965.c1335 /* cast away the const for active_rxon in this function */
1336 struct il_rxon_cmd *active_rxon = (void *)&il->active; local
1373 memcpy(active_rxon, &il->staging, sizeof(*active_rxon));
1389 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
1393 sizeof(struct il_rxon_cmd), active_rxon);
1396 * active_rxon back to what it was previously */
1398 active_rxon->filter_flags |= RXON_FILTER_ASSOC_MSK;
1430 memcpy(active_rxon, &il->staging, sizeof(*active_rxon));
[all...]
H A D3945-mac.c2199 struct il3945_rxon_cmd *active_rxon = local
2203 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
H A D4965-mac.c5289 struct il_rxon_cmd *active_rxon = local
5293 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;

Completed in 103 milliseconds