Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05be0e00 authored by Ankita Bajaj's avatar Ankita Bajaj
Browse files

Indicate support for reporting rx FCS error rate



Define macro to indicate support for fetching attributes
fcs_error_count and rx_mpdu_count in get station command.
These attributes are used to calculate rx FCS error rate.

CRs-Fixed: 2435300
Change-Id: I921726dcbb56901e1d25300229a0d21f9654b2ec
Signed-off-by: default avatarAnkita Bajaj <bankita@codeaurora.org>
parent bcb966a6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@
/* Indicate backport support for external authentication in AP mode */
#define CFG80211_EXTERNAL_AUTH_AP_SUPPORT 1

/* Indicate support for reporting rx FCS in cfg80211 */
#define CFG80211_RX_FCS_ERROR_REPORTING_SUPPORT 1

/**
 * DOC: Introduction
 *