Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ add_library(WiFiDriver
hal/Hal8812PwrSeq.h
hal/Hal8812a_TxPwrTrack.cpp
hal/Hal8812a_TxPwrTrack.h
hal/Hal8814_PostFwdlReplay.h
hal/Hal8814PwrSeq.c
hal/Hal8814PwrSeq.h
hal/Hal8821APwrSeq.c
Expand Down
13 changes: 0 additions & 13 deletions demo/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,6 @@ int main() {
rc = libusb_claim_interface(dev_handle, 0);
assert(rc == 0);

/* Probe MCUFWDL immediately after claim, before any other chip access.
* Useful for diagnosing post-rtw88-unbind takeover: shows whether chip
* state has transitioned away from rtw88's 0x0060e078 (fw running). */
if (std::getenv("DEVOURER_PROBE_MCUFWDL")) {
uint32_t mcufwdl = 0;
for (int i = 0; i < 5; ++i) {
int got = libusb_control_transfer(dev_handle, 0xC0, 5, 0x0080, 0,
reinterpret_cast<uint8_t *>(&mcufwdl),
4, 500);
logger->info("PROBE MCUFWDL[{}]: rc={} val=0x{:08x}", i, got, mcufwdl);
}
}

WiFiDriver wifi_driver(logger);
auto rtlDevice = wifi_driver.CreateRtlDevice(dev_handle);
g_rtl_device = rtlDevice.get();
Expand Down
168 changes: 0 additions & 168 deletions docs/8814-port-audit.md

This file was deleted.

Loading
Loading