Line 1,533:
Line 1,533:
= svc 0x5A =
= svc 0x5A =
â
Based on what NWM did previously, it looks like this one does the following:
+
Like what NWM did previously, this one does the following:
â
if (in_flag == 1)
+
if (in_flag)
â
*(u8*)0x10140180 |= 1;
+
CFG11_WIFICNT |= 1;
else
else
â
*(u8*)0x10140180 &~ 1;
+
CFG11_WIFICNT &= ~1;
= Kernel error-codes =
= Kernel error-codes =