Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs1974 committed Mar 11, 2023
1 parent b3dd5f4 commit 5646ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AirportBrcmFixup/kern_brcmfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ template <size_t index>
IOReturn BRCMFX::AirPort_BrcmNIC_setTX_NSS(void *that, OSObject *obj, apple80211_tx_nss_data *data)
{
auto result = FunctionCast(AirPort_BrcmNIC_setTX_NSS<index>, callbackBRCMFX->orgAirPort_BrcmNIC_setTX_NSS[index])(that, obj, data);
DBGLOG("BRCMFX", "AirPort_BrcmNIC_::setTX_NSS: result = 0x%x, version = %d, nss = %d", result, data->version, data->nss);
DBGLOG("BRCMFX", "AirPort_BrcmNIC::setTX_NSS: result = 0x%x, version = %d, nss = %d", result, data->version, data->nss);
return result;
}

Expand Down Expand Up @@ -499,6 +499,8 @@ void BRCMFX::processKext(KernelPatcher &patcher, size_t index, mach_vm_address_t
patcher.clearError();
}

//==============================================================================

void BRCMFX::startMatching()
{
DBGLOG("BRCMFX", "startMatching is called");
Expand Down

0 comments on commit 5646ec3

Please sign in to comment.