uint32 sbwad; /* Save backplane window address */
};
/* local copy of bcm sd handler */
-bcmsdh_info_t *l_bcmsdh = NULL;
+bcmsdh_info_t *l_bcmsdh;
#if defined(OOB_INTR_ONLY) && defined(HW_OOB)
extern int sdioh_enable_hw_oob_intr(void *sdioh, bool enable);
#ifdef DHD_DEBUG
/* Console poll interval */
-uint dhd_console_ms = 0;
+uint dhd_console_ms;
module_param(dhd_console_ms, uint, 0);
#endif /* DHD_DEBUG */
module_param(dhd_pkt_filter_enable, uint, 0);
/* Pkt filter init setup */
-uint dhd_pkt_filter_init = 0;
+uint dhd_pkt_filter_init;
module_param(dhd_pkt_filter_init, uint, 0);
/* Pkt filter mode control */
/* Contorl fw roaming */
#ifdef CUSTOMER_HW2
-uint dhd_roam = 0;
+uint dhd_roam;
#else
uint dhd_roam = 1;
#endif
#ifdef SDTEST
/* Echo packet generator (pkts/s) */
-uint dhd_pktgen = 0;
+uint dhd_pktgen;
module_param(dhd_pktgen, uint, 0);
/* Echo packet len (0 => sawtooth, max 2040) */
-uint dhd_pktgen_len = 0;
+uint dhd_pktgen_len;
module_param(dhd_pktgen_len, uint, 0);
#endif
wl_iscan_params_t *iscan_ex_params_p;
int iscan_ex_param_size;
} iscan_info_t;
-iscan_info_t *g_iscan = NULL;
+iscan_info_t *g_iscan;
static void wl_iw_timerfunc(unsigned long data);
static void wl_iw_set_event_mask(struct net_device *dev);
static int wl_iw_iscan(iscan_info_t *iscan, wlc_ssid_t *ssid, uint16 action);