Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section will provide details on the changes in different modules to support Single wiphy usecase.

...

 rdk-wifi-hal

    • wiphy_dump_handler

      In wiphy_dump_handler, the global object g_wifi_hal's (an instance of wifi_hal_priv_t) is populated with the radio info associated with each phy.

      Here there is a function get_rdk_radio_index which takes in phy_index and provides a single radio_index as output. 

Proposed change: Introduce a new function get_rdk_radio_indices replacing get_rdk_radio_index, which provides an array of rdk_radio_indices associated



References

...