wifi: update mt5931 driver to 2.04

This commit is contained in:
hwg
2013-01-08 23:58:31 +08:00
parent 95258f1876
commit 72f408e9f2
2 changed files with 4 additions and 3 deletions

View File

@@ -1038,9 +1038,10 @@ kalDevRegWrite (
retry:
sdio_writel(prGlueInfo->rHifInfo.func, u4Value, u4Register, &ret);
if (ret && a < 5) {
if (ret && a < 10) {
a++;
printk("gwl =-==============> sdio_writel retry!\n");
printk("gwl =-==============> sdio_writel retry %d!\n", a);
msleep(1);
goto retry;
}

View File

@@ -7,7 +7,7 @@
/*
* Marvell MV8686 driver version.
*/
#define MT5931_DRV_VERSION "2.03"
#define MT5931_DRV_VERSION "2.04"
#endif /* WIFI_VERSION_H */