|
@@ -36,6 +36,7 @@
|
|
#include "iwl-sta.h"
|
|
#include "iwl-sta.h"
|
|
#include "iwl-io.h"
|
|
#include "iwl-io.h"
|
|
#include "iwl-helpers.h"
|
|
#include "iwl-helpers.h"
|
|
|
|
+#include "iwl-agn.h"
|
|
|
|
|
|
/* For active scan, listen ACTIVE_DWELL_TIME (msec) on each channel after
|
|
/* For active scan, listen ACTIVE_DWELL_TIME (msec) on each channel after
|
|
* sending probe req. This should be set long enough to hear probe responses
|
|
* sending probe req. This should be set long enough to hear probe responses
|
|
@@ -600,7 +601,7 @@ out_settings:
|
|
if (!iwl_is_ready_rf(priv))
|
|
if (!iwl_is_ready_rf(priv))
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
- priv->cfg->ops->utils->post_scan(priv);
|
|
|
|
|
|
+ iwlagn_post_scan(priv);
|
|
|
|
|
|
out:
|
|
out:
|
|
mutex_unlock(&priv->mutex);
|
|
mutex_unlock(&priv->mutex);
|