iwlwifi: mld: add LINUXKPI_PARAM_PREFIX

Add a LINUXKPI_PARAM_PREFIX to mld to properly export the
power_scheme module_param (sysctl).  This is especially needed given
mvm has the same parameter and we need to avoid a clash.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb
2026-03-05 19:42:02 +00:00
parent 782fe2f8d9
commit 7db8503bda
+4
View File
@@ -2,6 +2,10 @@
/*
* Copyright (C) 2024-2025 Intel Corporation
*/
#if defined(__FreeBSD__)
#define LINUXKPI_PARAM_PREFIX iwlwifi_mld_
#endif
#include <linux/rtnetlink.h>
#include <net/mac80211.h>