Re: [PATCH 19/28] mac80211: support reporting 0-length PSDU in radiotap

2018-09-01 Thread kbuild test robot
Hi Shaul, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on mac80211-next/master] [also build test WARNING on next-20180831] [cannot apply to v4.19-rc1] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 19/28] mac80211: support reporting 0-length PSDU in radiotap

2018-08-31 Thread Luca Coelho
From: Shaul Triebitz For certain sounding frames, it may be useful to report them to userspace even though they don't have a PSDU in order to determine the PHY parameters (e.g. VHT rate/stream config.) Add support for this to mac80211. Signed-off-by: Johannes Berg Signed-off-by: Shaul Triebitz