qcacmn: Add back port flag for 11be support

Add logic to set back port flag based on linux kernel version.

Change-Id: I2c5fc424e28fb92185df78a2046874b1dd85c436
CRs-Fixed: 3187773
This commit is contained in:
David Oladunjoye
2022-05-02 12:03:26 -07:00
committed by Madan Koyyalamudi
parent 298e39a2e2
commit fba8e37abf
3 changed files with 66 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <qca_vendor.h>
#include <qdf_nbuf.h>
#include "qal_devcfg.h"
#include "wlan_osif_features.h"
#define osif_alert(params...) \
QDF_TRACE_FATAL(QDF_MODULE_ID_OS_IF, params)