RTL8189FS: Fix P2P-GO advertising (#4661)

* RTL8189FS: fix P2P-GO adverising

* Add patch to drivers_network.sh

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
This commit is contained in:
Kirill
2023-01-07 22:05:30 +02:00
committed by GitHub
parent 8d6e611fba
commit ba48245f29
2 changed files with 70 additions and 0 deletions

View File

@@ -74,7 +74,9 @@ driver_rtl8189FS()
"$GITHUB_SOURCE/jwrdegoede/rtl8189ES_linux" \
"branch:rtl8189fs"
process_patch_file "${SRC}/patch/misc/wireless-rtl8189fs-fix-p2p-go-advertising.patch" "applying"
process_patch_file "${SRC}/patch/misc/wireless-rtl8189fs-fix-and-enable-secondary-iface.patch" "applying"
fi
}