On Fri, 2018-09-28 at 08:23 +0300, Luca Coelho wrote: > From: Shaul Triebitz <shaul.triebitz@xxxxxxxxx> > > In order to receive TB (Trigger Based) PPDU in monitor mode, > the Driver must send the HE_AIR_SNIFFER_CONFIG_CMD host command. > Enable that via debugfs. > > Signed-off-by: Liad Kaufman <liad.kaufman@xxxxxxxxx> > Signed-off-by: Ido Yariv <idox.yariv@xxxxxxxxx> > Signed-off-by: Shaul Triebitz <shaul.triebitz@xxxxxxxxx> > Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> > --- > > In v2: > > * renamed set_aid to he_sniffer_params as suggested by Arend; > * removed duplicate debugfs file creation; I got confused (since I did this a long time ago), but actually what I did here was to make the debugfs entry write-only since we were not using the read op anyway. -- Luca.