iwlwifi: mvm: add L-SIG length to radiotap
authorShaul Triebitz <shaul.triebitz@intel.com>
Mon, 2 Jul 2018 15:16:48 +0000 (17:16 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 14 Dec 2018 11:04:48 +0000 (13:04 +0200)
commit6721039d5b8adfd57291c54e96eaa9f54da23753
treef7805fa57dea2d132bea0c4e447df15d3a60884c
parentbdf180c8d375ee75493d79ae384dd1f9686fc974
iwlwifi: mvm: add L-SIG length to radiotap

We may have the L-SIG length depending on the phy_data info type;
add it to radiotap when we do.

Move getting the phy_data out one layer up and the info type into
it so we can use this data more generically. We need to call the
iwl_mvm_rx_he() function for other reasons as well, so can't just
combine all of that into something like iwl_mvm_parse_phy_data().

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c