priv->rtllib->current_network.beacon_interval = DEFAULT_BEACONINTERVAL;
        priv->rtllib->iw_mode = IW_MODE_INFRA;
-       priv->rtllib->active_scan = 1;
        priv->rtllib->be_scan_inprogress = false;
 
        priv->rtllib->fts = DEFAULT_FRAG_THRESHOLD;
 
        int rate;       /* current rate */
        int basic_rate;
 
-       short active_scan;
-
        /* this contains flags for selectively enable softmac support */
        u16 softmac_features;
 
 
 
 static void rtllib_send_probe_requests(struct rtllib_device *ieee)
 {
-       if (ieee->active_scan && (ieee->softmac_features &
-           IEEE_SOFTMAC_PROBERQ)) {
+       if (ieee->softmac_features & IEEE_SOFTMAC_PROBERQ) {
                rtllib_send_probe(ieee);
                rtllib_send_probe(ieee);
        }