aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/common/cmm_mac_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rt2860/common/cmm_mac_usb.c')
-rw-r--r--drivers/staging/rt2860/common/cmm_mac_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rt2860/common/cmm_mac_usb.c b/drivers/staging/rt2860/common/cmm_mac_usb.c
index 9dd6959cd5a..8aec70fc20d 100644
--- a/drivers/staging/rt2860/common/cmm_mac_usb.c
+++ b/drivers/staging/rt2860/common/cmm_mac_usb.c
@@ -1087,7 +1087,7 @@ void RT28xxUsbMlmeRadioOFF(struct rt_rtmp_adapter *pAd)
1087 if (INFRA_ON(pAd) || ADHOC_ON(pAd)) { 1087 if (INFRA_ON(pAd) || ADHOC_ON(pAd)) {
1088 struct rt_mlme_disassoc_req DisReq; 1088 struct rt_mlme_disassoc_req DisReq;
1089 struct rt_mlme_queue_elem *pMsgElem = 1089 struct rt_mlme_queue_elem *pMsgElem =
1090 (struct rt_mlme_queue_elem *)kmalloc(sizeof(struct rt_mlme_queue_elem), 1090 kmalloc(sizeof(struct rt_mlme_queue_elem),
1091 MEM_ALLOC_FLAG); 1091 MEM_ALLOC_FLAG);
1092 1092
1093 if (pMsgElem) { 1093 if (pMsgElem) {