Re: [PATCH] ath9k: Fix p2p address management

2014-09-19 Thread Sujith Manoharan
Felix Fietkau wrote: > Wouldn't it make more sense to put this into ath9k_vif_iter() I wanted to have a single place where we can have p2p/mcc specific overrides that will not affect the normal mode. Having a separate function for it seems reasonable, IMO. Sujith -- To unsubscribe from this list:

Re: [PATCH] ath9k: Fix p2p address management

2014-09-19 Thread Felix Fietkau
On 2014-09-19 09:30, Sujith Manoharan wrote: > From: Sujith Manoharan > > When multiple channel contexts are enabled, a p2p interface > that is assigned to a context will have an address that > is different from the device mac address, which is used > by wpa_s as the p2p device ID. > > Certain f

[PATCH] ath9k: Fix p2p address management

2014-09-19 Thread Sujith Manoharan
From: Sujith Manoharan When multiple channel contexts are enabled, a p2p interface that is assigned to a context will have an address that is different from the device mac address, which is used by wpa_s as the p2p device ID. Certain frames like provision requests use the device address and thes