- Timestamp:
- 05/05/12 13:05:50 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/universal/linux-3.3/drivers/net/wireless/iwlwifi/iwl-agn.c
r18778 r19208 1404 1404 void iwlagn_prepare_restart(struct iwl_priv *priv) 1405 1405 { 1406 struct iwl_rxon_context *ctx;1407 1406 bool bt_full_concurrent; 1408 1407 u8 bt_ci_compliance; … … 1413 1412 lockdep_assert_held(&priv->shrd->mutex); 1414 1413 1415 for_each_context(priv, ctx)1416 ctx->vif = NULL;1417 1414 priv->is_open = 0; 1418 1415
Note: See TracChangeset
for help on using the changeset viewer.
