mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
wifi: iwlwifi: mvm: add LSIG info to radio tap info in EHT
Nothing change with LSIG in EHT so just extend the switch case to include EHT standard. Signed-off-by: Mordechay Goodstein <mordechay.goodstein@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230305124406.53edcfc049fb.Iec0401faead108aa5130c23c604cfb88ef2943de@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
14e05beb10
commit
eccfe0176c
1 changed files with 4 additions and 0 deletions
|
@ -1594,6 +1594,10 @@ static void iwl_mvm_decode_lsig(struct sk_buff *skb,
|
|||
case IWL_RX_PHY_INFO_TYPE_HE_MU:
|
||||
case IWL_RX_PHY_INFO_TYPE_HE_MU_EXT:
|
||||
case IWL_RX_PHY_INFO_TYPE_HE_TB:
|
||||
case IWL_RX_PHY_INFO_TYPE_EHT_MU:
|
||||
case IWL_RX_PHY_INFO_TYPE_EHT_TB:
|
||||
case IWL_RX_PHY_INFO_TYPE_EHT_MU_EXT:
|
||||
case IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT:
|
||||
lsig = skb_put(skb, sizeof(*lsig));
|
||||
lsig->data1 = cpu_to_le16(IEEE80211_RADIOTAP_LSIG_DATA1_LENGTH_KNOWN);
|
||||
lsig->data2 = le16_encode_bits(le32_get_bits(phy_data->d1,
|
||||
|
|
Loading…
Add table
Reference in a new issue