Versions Compared

Key

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

...

This function is called in update_channel_flags which does not use radio_info structure, thus this needs to be changed to invoke with appropriate radio_info structure. Look further in this

      • platform_get_radio_phytemperature: In broadcom platform.c file, get_radio_by_phy_index is called in this function. Instead of this function, obtain the appropriate radio_info pointer by calling get_radio_by_rdk_index.
    • ap_enable_handler

This callback is invoked as part of enable_ap associated with an interface. Pass interface as arg to nl80211_send_and_recv function instead of g_wifi_hal. Nothing is being done in ap_enable_handler at this time.

    • interface_del_handler
    • regulatory_domain_set_info_handler

...

This callback is invoked as part of nl80211_delete_interface. No need to pass g_wifi_hal instead pass interface as arg. Nothing is being done in the interface_del_handler function as of now.

Onewifi

    • Needs to check further whether there is any direct usage of phy_index instead of rdk_radio_index.

hostap 



References

...