]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ath79: fix GPIO numbering with ath9k
authorRosen Penev <rosenp@gmail.com>
Wed, 1 Jan 2025 19:21:49 +0000 (11:21 -0800)
committerRobert Marko <robimarko@gmail.com>
Wed, 9 Apr 2025 10:43:30 +0000 (12:43 +0200)
commit0ac79009dd3433d5e92a8311beae1041f39c3b79
treef842bb7d8d6b4256d212347003f7907a8783a816
parentd70f8dea1ec5d5de34cf294d42520747247de387
ath79: fix GPIO numbering with ath9k

ath9k base starts at 512. This is a problem as it uses gpio_request_one
to request the GPIO, which is legacy API.

This upstream pending patch needs to also be ported to mac80211.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17445
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/patches-6.6/341-wifi-ath9k-obtain-system-gpios.patch [new file with mode: 0644]