User Tools

Site Tools


wrt3200acm

Čia yra sena dokumento versija!


wget „https://github.com/openwrt/openwrt/archive/v18.06.1.tar.gz“ (or even better whole SDK: https://downloads.openwrt.org/releases/19.07.4/targets/mvebu/cortexa9/openwrt-sdk-19.07.4-mvebu-cortexa9_gcc-7.5.0_musl_eabi.Linux-x86_64.tar.xz)
tar zxf v18.06.1.tar.gz
ls
cd openwrt-18.06.1/ 1024 ls
1025 ./scripts/feeds update base
1026 ./scripts/feeds install mwlwifi

by making menuconfig deselect all you dont need

make package/kernel/mwlwifi/download
make package/kernel/mwlwifi/compile
make package/kernel/mwlwifi/install
make package/index

diff –git a/hif/pcie/pcie.c b/hif/pcie/pcie.c
index da55913..1f5af72 100644
— a/hif/pcie/pcie.c +++ b/hif/pcie/pcie.c
@@ -455,10 +455,10 @@ static irqreturn_t pcie_isr(struct ieee80211_hw *hw)
  }
  }

- if (int_status & MACREG_A2HRIC_BIT_RADAR_DETECT) { - wiphy_info(hw→wiphy, „radar detected by firmware\n“); - ieee80211_radar_detected(hw); - } + if (int_status & MACREG_A2HRIC_BIT_RADAR_DETECT) {
+
wiphy_info(hw→wiphy, „radar detected by firmware\n“);
+ ieee80211_radar_detected(hw);
+
}

  if (int_status & MACREG_A2HRIC_BIT_QUE_EMPTY) {
  if (!pcie_priv→is_qe_schedule) {
@@ -922,10 +922,10 @@ static irqreturn_t pcie_isr_ndp(struct ieee80211_hw *hw)
  }
  }

- if (int_status & MACREG_A2HRIC_NEWDP_DFS) { - wiphy_info(hw→wiphy, „radar detected by firmware\n“); - ieee80211_radar_detected(hw); - } + if (int_status & MACREG_A2HRIC_NEWDP_DFS) {
+
wiphy_info(hw→wiphy, „radar detected by firmware\n“);
+ ieee80211_radar_detected(hw);
+
}

  if (int_status & MACREG_A2HRIC_NEWDP_CHANNEL_SWITCH)
  ieee80211_queue_work(hw, &priv→chnl_switch_handle);

https://github.com/kaloz/mwlwifi/blob/417c15f2af00920945882a1b82ab1f5785a7b7b0/README.md#note-for-dfs-of-wrt3200acm-88w8964

opkg remove kmod-mwifiex-sdio
opkg remove mwifiex-sdio-firmware

wrt3200acm.1636643433.txt.gz · Keista: 2021/11/11 17:10 vartotojo dalius