Re: [PATCH V3] mac80211: minstrel_ht: Handle Dynamic SMPS state of the peer.

2015-06-09 Thread Krishna Chaitanya
On Wed, Jun 10, 2015 at 1:38 AM, Johannes Berg wrote: > On Wed, 2015-06-03 at 23:52 +0530, Chaitanya T K wrote: >> In case of Dynamic SMPS enable RTS/CTS for all rates. > >> + /* Enable RTS/CTS for below cases. >> + * 1) Handle STA's SMPS State, if Nss > 1. >> + *a. Use RTS_CTS,

Re: [PATCH V3] mac80211: minstrel_ht: Handle Dynamic SMPS state of the peer.

2015-06-09 Thread Johannes Berg
On Wed, 2015-06-03 at 23:52 +0530, Chaitanya T K wrote: > In case of Dynamic SMPS enable RTS/CTS for all rates. > + /* Enable RTS/CTS for below cases. > + * 1) Handle STA's SMPS State, if Nss > 1. > + *a. Use RTS_CTS, if STA is in Dynamic SMPS Mode > + *b. Mark Nss > 1 a

[PATCH V3] mac80211: minstrel_ht: Handle Dynamic SMPS state of the peer.

2015-06-03 Thread Chaitanya T K
In case of Dynamic SMPS enable RTS/CTS for all rates. Signed-off-by: Chaitanya T K --- V3: Moved the check to set_rate. V2: Fix indent and add signoff. --- net/mac80211/rc80211_minstrel_ht.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/mac80211/rc80211_minstr