forked from Openwrt/openwrt
f861292abc
Signed-off-by: Felix Fietkau <nbd@nbd.name>
15 lines
380 B
Diff
15 lines
380 B
Diff
--- a/net/wireless/sysfs.c
|
|
+++ b/net/wireless/sysfs.c
|
|
@@ -154,7 +154,11 @@ static SIMPLE_DEV_PM_OPS(wiphy_pm_ops, w
|
|
#define WIPHY_PM_OPS NULL
|
|
#endif
|
|
|
|
+#if LINUX_VERSION_IS_GEQ(6,2,0)
|
|
static const void *wiphy_namespace(const struct device *d)
|
|
+#else
|
|
+static const void *wiphy_namespace(struct device *d)
|
|
+#endif
|
|
{
|
|
struct wiphy *wiphy = container_of(d, struct wiphy, dev);
|
|
|