Jelajahi Sumber

qca-wifi: Supress kernel version-specific debug message

The br_fdb_xxx() API's are not implemented for 5.4 kernel.
Remove the debug-message that reports the same.

Change-Id: I6f583af06bf45ca6aee1142627cbd4c480e4a6c6
Debasis Das 4 tahun lalu
induk
melakukan
ed7b676d39
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      qca_multi_link/src/qca_multi_link_tbl.c

+ 1 - 3
qca_multi_link/src/qca_multi_link_tbl.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -153,7 +153,6 @@ QDF_STATUS qca_multi_link_tbl_add_or_refresh_entry(struct net_device *net_dev, u
 	}
 #else
 	/* Use 5.4-specific API */
-	qdf_info("Needs alternative implementation");
 #endif
 	return QDF_STATUS_SUCCESS;
 }
@@ -201,7 +200,6 @@ QDF_STATUS qca_multi_link_tbl_delete_entry(struct net_device *net_dev, uint8_t *
 	}
 #else
 	/* Use 5.4-specific API */
-	qdf_info("Needs alternative implementation");
 #endif
 	return QDF_STATUS_SUCCESS;
 }