Re: [PATCH 01/12] staging: wfx: fix BA when device is AP and MFP is enabled

2020-08-24 Thread Jérôme Pouiller
On Monday 24 August 2020 11:50:42 CEST Dan Carpenter wrote: > On Thu, Aug 20, 2020 at 05:58:47PM +0200, Jerome Pouiller wrote: > > From: Jérôme Pouiller > > > > The protection of the management frames is mainly done by mac80211. > > However, frames for the management of the BlockAck sessions are d

Re: [PATCH 01/12] staging: wfx: fix BA when device is AP and MFP is enabled

2020-08-24 Thread Dan Carpenter
On Thu, Aug 20, 2020 at 05:58:47PM +0200, Jerome Pouiller wrote: > From: Jérôme Pouiller > > The protection of the management frames is mainly done by mac80211. > However, frames for the management of the BlockAck sessions are directly > sent by the device. These frames have to be protected if MF

[PATCH 01/12] staging: wfx: fix BA when device is AP and MFP is enabled

2020-08-20 Thread Jerome Pouiller
From: Jérôme Pouiller The protection of the management frames is mainly done by mac80211. However, frames for the management of the BlockAck sessions are directly sent by the device. These frames have to be protected if MFP is in use. So the driver has to pass the MFP configuration to the device.