Skip to content

Commit

Permalink
mt7603: remove noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Apr 26, 2021
1 parent 9fe019c commit 6b4eec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/common/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -4995,9 +4995,10 @@ BOOLEAN MlmeEnqueueForRecv(
if (APMsgTypeSubst(pAd, pFrame, &Machine, &MsgType))
break;
}

/*
DBGPRINT_ERR(("%s(): un-recongnized mgmt->subtype=%d, STA-%02x:%02x:%02x:%02x:%02x:%02x\n",
__FUNCTION__, pFrame->Hdr.FC.SubType, PRINT_MAC(pFrame->Hdr.Addr2)));
*/
return FALSE;

} while (FALSE);
Expand Down

0 comments on commit 6b4eec5

Please sign in to comment.