mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
wifi: iwlwifi: api: RX: define UHR RX PHY flags
Define a couple of UHR PHY flags in the metadata that carry information about 2x LDPC, UEQM and NPCA. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Link: https://patch.msgid.link/20260511203428.cfca1a7d40cf.I32b51dc6eae98787533c64ccf2a73789409dfcb9@changeid Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
parent
117694a963
commit
b73bc92698
|
|
@ -263,6 +263,9 @@ enum iwl_rx_mpdu_reorder_data {
|
|||
|
||||
enum iwl_rx_mpdu_phy_info {
|
||||
IWL_RX_MPDU_PHY_EOF_INDICATION = BIT(0),
|
||||
IWL_RX_MPDU_PHY_UEQM = BIT(1) | BIT(2),
|
||||
IWL_RX_MPDU_PHY_2X_LDPC = BIT(3),
|
||||
IWL_RX_MPDU_PHY_NPCA = BIT(4),
|
||||
IWL_RX_MPDU_PHY_AMPDU = BIT(5),
|
||||
IWL_RX_MPDU_PHY_AMPDU_TOGGLE = BIT(6),
|
||||
IWL_RX_MPDU_PHY_SHORT_PREAMBLE = BIT(7),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user