Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-17 Thread Rafał Miłecki
On 17 June 2016 at 21:00, Arend van Spriel wrote: > On 17-06-16 14:30, Rafał Miłecki wrote: >> On 1 June 2016 at 21:00, Arend van Spriel >> wrote: >>> On 01-06-16 16:36, Rafał Miłecki wrote: We already support adding extra (AP)

Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-17 Thread Rafał Miłecki
On 17 June 2016 at 21:00, Arend van Spriel wrote: > On 17-06-16 14:30, Rafał Miłecki wrote: >> On 1 June 2016 at 21:00, Arend van Spriel >> wrote: >>> On 01-06-16 16:36, Rafał Miłecki wrote: We already support adding extra (AP) interfaces so it also makes an obvious sense to allow

Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-17 Thread Arend van Spriel
On 17-06-16 14:30, Rafał Miłecki wrote: > On 1 June 2016 at 21:00, Arend van Spriel > wrote: >> On 01-06-16 16:36, Rafał Miłecki wrote: >>> We already support adding extra (AP) interfaces so it also makes an >>> obvious sense to allow deleting them. >>> >>> Adding a

Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-17 Thread Arend van Spriel
On 17-06-16 14:30, Rafał Miłecki wrote: > On 1 June 2016 at 21:00, Arend van Spriel > wrote: >> On 01-06-16 16:36, Rafał Miłecki wrote: >>> We already support adding extra (AP) interfaces so it also makes an >>> obvious sense to allow deleting them. >>> >>> Adding a new interface is implemented

Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-17 Thread Rafał Miłecki
On 1 June 2016 at 21:00, Arend van Spriel wrote: > On 01-06-16 16:36, Rafał Miłecki wrote: >> We already support adding extra (AP) interfaces so it also makes an >> obvious sense to allow deleting them. >> >> Adding a new interface is implemented by sending request

Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-17 Thread Rafał Miłecki
On 1 June 2016 at 21:00, Arend van Spriel wrote: > On 01-06-16 16:36, Rafał Miłecki wrote: >> We already support adding extra (AP) interfaces so it also makes an >> obvious sense to allow deleting them. >> >> Adding a new interface is implemented by sending request to firmware for >> creating a

Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-01 Thread Arend van Spriel
On 01-06-16 16:36, Rafał Miłecki wrote: > We already support adding extra (AP) interfaces so it also makes an > obvious sense to allow deleting them. > > Adding a new interface is implemented by sending request to firmware for > creating a new BSS and waiting for a proper event. Ideally deleting

Re: [PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-01 Thread Arend van Spriel
On 01-06-16 16:36, Rafał Miłecki wrote: > We already support adding extra (AP) interfaces so it also makes an > obvious sense to allow deleting them. > > Adding a new interface is implemented by sending request to firmware for > creating a new BSS and waiting for a proper event. Ideally deleting

[PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-01 Thread Rafał Miłecki
We already support adding extra (AP) interfaces so it also makes an obvious sense to allow deleting them. Adding a new interface is implemented by sending request to firmware for creating a new BSS and waiting for a proper event. Ideally deleting interface should be handled in a similar way.

[PATCH RFC] brcmfmac: support deleting MBSS AP interfaces

2016-06-01 Thread Rafał Miłecki
We already support adding extra (AP) interfaces so it also makes an obvious sense to allow deleting them. Adding a new interface is implemented by sending request to firmware for creating a new BSS and waiting for a proper event. Ideally deleting interface should be handled in a similar way.