#if defined(BCMLXSDMMC)
static struct semaphore *notify_semaphore = NULL;
-
+/*
static int dummy_probe(struct sdio_func *func,
const struct sdio_device_id *id)
{
.name = "dummy_sdmmc",
.id_table = bcmsdh_sdmmc_ids,
};
-
+*/
int sdio_func_reg_notify(void* semaphore)
{
notify_semaphore = semaphore;
else
band = wiphy->bands[IEEE80211_BAND_5GHZ];
if (!band) {
- WL_ERR(("No valid band\n"));
+ WL_DBG(("No valid band\n"));
kfree(notif_bss_info);
return -EINVAL;
}
else
band = wiphy->bands[IEEE80211_BAND_5GHZ];
if (!band) {
- WL_ERR(("No valid band\n"));
+ WL_DBG(("No valid band\n"));
if (body)
kfree(body);
return -EINVAL;
else
band = wiphy->bands[IEEE80211_BAND_5GHZ];
if (!band) {
- WL_ERR(("No valid band\n"));
+ WL_DBG(("No valid band\n"));
return -EINVAL;
}
#if LINUX_VERSION_CODE == KERNEL_VERSION(2, 6, 38) && !defined(WL_COMPAT_WIRELESS)
else
band = wiphy->bands[IEEE80211_BAND_5GHZ];
if (!band) {
- WL_ERR(("No valid band\n"));
+ WL_DBG(("No valid band\n"));
goto exit;
}
if (!dhd_conf_match_channel((dhd_pub_t *)wl->pub, channel))
int rockchip_wifi_mac_addr(unsigned char *buf)
{
return -1;
+/*
char mac_buf[20] = {0};
LOG("%s: enter.\n", __func__);
memcpy(buf, mac_buf, strlen(mac_buf));//realtek's wifi use this branch
#endif
return 0;
+*/
}
EXPORT_SYMBOL(rockchip_wifi_mac_addr);