mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
update wifi bcmdhd driver:
solve kernel panic when use gmac and hotspots at same time
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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[] = "";
|
||||
|
||||
Reference in New Issue
Block a user