Re: [PATCH 05/11] rsi: handle station connection in AP mode

2017-08-15 Thread Prameela Rani Garnepudi
On Tue, Aug 15, 2017 at 12:40 AM, Arend van Spriel wrote: > On 14-08-17 08:53, Prameela Rani Garnepudi wrote: >> >> Hi Kalle, >> >> I will change the debug level and send the updated patches again. >> >> Thanks, >> Prameela > > > Please do not top-post. Yeah, thanks. I will take care of this for

Re: [PATCH 05/11] rsi: handle station connection in AP mode

2017-08-15 Thread Kalle Valo
Arend van Spriel writes: @@ -1157,18 +1159,81 @@ static int rsi_mac80211_sta_add(struct ieee80211_hw *hw, { struct rsi_hw *adapter = hw->priv; struct rsi_common *common = adapter->priv; + bool sta_exist = false; + struct rsi_sta *rsta; >

Re: [PATCH 05/11] rsi: handle station connection in AP mode

2017-08-14 Thread Arend van Spriel
On 14-08-17 08:53, Prameela Rani Garnepudi wrote: Hi Kalle, I will change the debug level and send the updated patches again. Thanks, Prameela Please do not top-post. On Mon, Aug 14, 2017 at 10:24 AM, Kalle Valo wrote: Amitkumar Karwar writes: From: Prameela Rani Garnepudi Station st

Re: [PATCH 05/11] rsi: handle station connection in AP mode

2017-08-13 Thread Prameela Rani Garnepudi
Hi Kalle, I will change the debug level and send the updated patches again. Thanks, Prameela On Mon, Aug 14, 2017 at 10:24 AM, Kalle Valo wrote: > Amitkumar Karwar writes: > >> From: Prameela Rani Garnepudi >> >> Station structures are maintained in driver with required >> fields. When mac802

Re: [PATCH 05/11] rsi: handle station connection in AP mode

2017-08-13 Thread Kalle Valo
Amitkumar Karwar writes: > From: Prameela Rani Garnepudi > > Station structures are maintained in driver with required > fields. When mac80211 callback sta_add is called, driver > iterates through list of connected stations to check available > index and assigns station id which is important for

[PATCH 05/11] rsi: handle station connection in AP mode

2017-08-11 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi Station structures are maintained in driver with required fields. When mac80211 callback sta_add is called, driver iterates through list of connected stations to check available index and assigns station id which is important for further communication to that station