]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mac80211: move OF stuff to ath9k_of_init 18764/head
authorRosen Penev <rosenp@gmail.com>
Fri, 9 May 2025 22:20:08 +0000 (15:20 -0700)
committerRobert Marko <robimarko@gmail.com>
Wed, 14 May 2025 17:35:46 +0000 (19:35 +0200)
commit12913c3c5658992985e13f4395dee86e5450154d
treee49ce6c56f8cf0480b9f8e8d0e4526c0f27ec294
parenteea4689654e1b07cffe62bc97ad8fef0474bb3b7
mac80211: move OF stuff to ath9k_of_init

It's the proper function to handle this stuff in.

The original patch abused the fact that the ath9k driver in init called
ath9k_init_platform to populate all the needed configuration. This is
the wrong place to do so and it also goes away in 6.13.

Move 553-ath9k_of_gpio_mask.patch contents to ath9k_of_init where they
belong.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18764
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch [new file with mode: 0644]
package/kernel/mac80211/patches/ath9k/552-ath9k-ahb_of.patch
package/kernel/mac80211/patches/ath9k/553-ath9k_of_gpio_mask.patch [deleted file]