Skip to content

Integrate linux-seco-rk/ap/update-mwifiex

GitBot requested to merge linux-seco-rk/ap/update-mwifiex into kirkstone

Commit: https://git.seco.com/edgehog/bsp/rockchip/linux-seco-rk/-/commit/122836ae7a80426f9f48c0a28775174fcdc3c13e

[DRIVERS] rockchip pcie: remove hard dependency from rfkill-rk

The rockchip PCIe driver currently causes a link error when built without rfkill-rk (CONFIG_RFKILL_RK). Error: pcie-dw-rockchip.c:2263: undefined reference to `rfkill_get_wifi_power_state'

Instead of setting rfkill-rk as a dependency in Kconfig (as in 7ed6cad012537c4482a05bbecd5439a2fd2836d7, reverted), make it an optional dependency by surrounding the rfkill-rk-specific code with #ifdef

--

Commit: https://git.seco.com/edgehog/bsp/rockchip/linux-seco-rk/-/commit/ef45e0b0b41d75cebf552653c3d46c588a1efc0a

Revert "[Kconfig] PCIE_DW_ROCKCHIP: Add dependency on RFKILL_RK"

This reverts commit 7ed6cad012537c4482a05bbecd5439a2fd2836d7.

--

Commit: https://git.seco.com/edgehog/bsp/rockchip/linux-seco-rk/-/commit/ef32b30d2dd3d8983c25c6c54a36092a45b91a96

[C31][WIFI] restore configuration for new MWIFIEX driver

Restore the wifi configuration from 21eaa7593581379721921efcc5c764f79fc9aa5b for new MWIFIEX driver (built externally in yocto)

--

Commit: https://git.seco.com/edgehog/bsp/rockchip/linux-seco-rk/-/commit/3e5467fa9238ca25cf37b312bf83d64d5c0d9608

[DEFCONFIG] disable the rockchip RFKILL-RK driver

The rfkill-rk driver enables rfkill for some rockchip wireless chipsets. On C31, when enabled, it causes the wifi and bt to crash with the following error: [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: rfkill-wlan driver has not Successful initialized

--

Commit: https://git.seco.com/edgehog/bsp/rockchip/linux-seco-rk/-/commit/ca0cc4099ddcfc71fcce5db6ecd7341d9aab6b2a

[DEFCONFIG] disable MWIFIEX

Disable the MWIFIEX driver to allow using the new version of the driver with a recipe in meta-seco-rk that builds the driver as an out-of-tree module for E09 and C31.

The old, in-tree version of the driver is no longer needed.

Merge request reports

Loading