Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

[nrf noup] Update device name to nrf_wlan0 #151

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

rado17
Copy link
Contributor

@rado17 rado17 commented Jan 29, 2024

Read device name from supplicant context instead of using hard-coded strings

Copy link
Contributor

@jukkar jukkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hard coding something like the network interface name should be avoided. Better would be to get the network interface name from the used network interface and use that. Then when the device boots, the interface name could be set to nrf_wlan0.
You are now basically forking the code as this cannot be accepted upstream, and it will conflict the in future upstreaming efforts.

@rado17 rado17 requested a review from jukkar January 30, 2024 08:02
@sachinthegreen sachinthegreen added this to the 2.6.0 milestone Feb 16, 2024
Wi-Fi device name has been updated to nrf_wlan0 after moving
to devicetree based node creation. Modify the device name
references used in send_event calls.

Signed-off-by: Ravi Dondaputi <[email protected]>
@krish2718 krish2718 merged commit 8022ef9 into nrfconnect:main Feb 21, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants