mac80211: add LDPC encoding to ieee80211_parse_tx_radiotap
authorPhilipp Borgers <borgers@mi.fu-berlin.de>
Sat, 19 Dec 2020 17:07:10 +0000 (18:07 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 21 Jan 2021 12:37:39 +0000 (13:37 +0100)
commitf1864e193dc04c3326522b4c0aa79b1d3653bbf0
treed44221a7a89abe647c2b62c8672e0139329cc43c
parent80a915ec4427f0083829f7e6518ee9f21521ee1e
mac80211: add LDPC encoding to ieee80211_parse_tx_radiotap

This patch adds support for LDPC encoding to the radiotap tx parse
function. Piror to this change adding the LDPC flag to the radiotap
header did not encode frames with LDPC.

Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
Link: https://lore.kernel.org/r/20201219170710.11706-1-borgers@mi.fu-berlin.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c