update wifi bcmdhd driver:

solve kernel panic when use gmac and hotspots at same time
This commit is contained in:
hwg
2015-03-09 17:17:20 +08:00
parent a2d7b39029
commit b63ba74617
2 changed files with 7 additions and 1 deletions

View File

@@ -573,6 +573,12 @@ pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out)
q->len--;
// terence 20150308: fix for non-null pointer of skb->prev sent from ndo_start_xmit
if (q->len == 0) {
q->head = NULL;
q->tail = NULL;
}
if (prec_out)
*prec_out = prec;

View File

@@ -10,7 +10,7 @@
*/
const char RKWIFI_DRV_VERSION[] = "5.20.WFD.OOB.64bit";
const char RKWIFI_DRV_VERSION[] = "5.40.WFD.OOB.64bit";
const char WIFI_MODULE_NAME[] = "";
const char CONFIG_BCMDHD_FW_PATH[] = "";