]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/wcmd.c
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
[~andy/linux] / drivers / staging / vt6655 / wcmd.c
index abd6745bc3fe08226a48ce6d0dd245b40176d268..c30170a2bc445dd6c9d17395bc6143507d10a190 100644 (file)
@@ -587,7 +587,7 @@ printk("chester-abyDesireSSID=%s\n",((PWLAN_IE_SSID)pMgmt->abyDesireSSID)->abySS
             if ((pMgmt->eCurrMode == WMAC_MODE_ESS_STA) && (pMgmt->eCurrState == WMAC_STATE_JOINTED)) {
 
                // Call mgr to begin the deauthentication
-                // reason = (3) beacuse sta has left ESS
+                // reason = (3) because sta has left ESS
                 if (pMgmt->eCurrState>= WMAC_STATE_AUTH) {
                     vMgrDeAuthenBeginSta((void *)pDevice, pMgmt, pMgmt->abyCurrBSSID, (3), &Status);
                 }