]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: iwlwifi: mld: Do not declare support for NDPE
authorIlan Peer <ilan.peer@intel.com>
Sun, 10 May 2026 20:48:37 +0000 (23:48 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:09 +0000 (15:17 +0300)
Do not declare support for NAN Data Path Extension attribute
as this is handled by user space and should be set by it.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Link: https://patch.msgid.link/20260510234534.a76eb7235116.I160f1232e51711d5e2c063f0e1539ef71db50e1e@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c

index 4ad1d55fd6463e4cf454255e5500efb6bbe0b461..d5deb4a7fab40ac290e0d51c4c0ef7a6f8ffc17a 100644 (file)
@@ -300,8 +300,7 @@ static void iwl_mld_hw_set_nan(struct iwl_mld *mld)
        /* Maximal channel switch time is 4 msec */
        hw->wiphy->nan_capa.max_channel_switch_time = 4;
        hw->wiphy->nan_capa.dev_capabilities =
-               NAN_DEV_CAPA_EXT_KEY_ID_SUPPORTED |
-               NAN_DEV_CAPA_NDPE_SUPPORTED;
+               NAN_DEV_CAPA_EXT_KEY_ID_SUPPORTED;
 
        hw->wiphy->nan_capa.phy.ht = mld->nvm_data->nan_phy_capa.ht;
        hw->wiphy->nan_capa.phy.vht = mld->nvm_data->nan_phy_capa.vht;