1
0
Fork 0
android_device_rockchip_tart/wifi
Brendan Szymanski 66b45a54a7 wireless_reprobe.sh: fix Phase 2 glob — remove trailing slash that broke symlink detection
The glob pattern '$drvdir/*/' appended a trailing '/' to each
entry, which caused the shell to dereference symlinks before
the '[ -L ]' test could run.  Since the only symlinks in a USB
driver directory ARE the bound device entries (e.g. 4-1:1.0),
'[ -L path/ ]' always returned false and the unbind+rebind
never fired for any driver.

Drop the trailing '/', iterate over all entries, and filter
with '[ -L ]' on the raw name.  The module/uevent/new_id
name-skips still work correctly.
2026-07-14 14:42:35 -04:00
..
Android.bp Add wireless reprobe service for post-mount firmware loading 2026-07-13 04:16:02 -04:00
android.hardware.wifi.hostapd-service.rc Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
android.hardware.wifi.supplicant-service.rc Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_file_contexts_hostapd Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_file_contexts_supplicant Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_manifest_hostapd.json Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_manifest_supplicant.json Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
init.tart.wifi.rc Add wireless reprobe service for post-mount firmware loading 2026-07-13 04:16:02 -04:00
wireless_reprobe.sh wireless_reprobe.sh: fix Phase 2 glob — remove trailing slash that broke symlink detection 2026-07-14 14:42:35 -04:00
wpa_supplicant_overlay.conf Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00