Re: [PATCH] rtlwifi: rtl8192se: Fix wrong assignment

2013-10-18 Thread Larry Finger
On 10/18/2013 07:52 PM, Felipe Pena wrote: There is a typo in the struct member name on assignment when checking rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20_40, the check uses pwrgroup_ht40 for bound limit and uses pwrgroup_ht20 when assigning instead. Signed-off-by: Felipe Pena --- driver

Re: [PATCH] rtlwifi: rtl8192se: Fix wrong assignment

2013-10-18 Thread Larry Finger
On 10/18/2013 08:05 PM, Joe Perches wrote: On Fri, 2013-10-18 at 21:52 -0300, Felipe Pena wrote: There is a typo in the struct member name on assignment when checking rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20_40, the check uses pwrgroup_ht40 for bound limit and uses pwrgroup_ht20 when assig

Re: [PATCH] rtlwifi: rtl8192se: Fix wrong assignment

2013-10-18 Thread Joe Perches
On Fri, 2013-10-18 at 21:52 -0300, Felipe Pena wrote: > There is a typo in the struct member name on assignment when checking > rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20_40, the check uses > pwrgroup_ht40 > for bound limit and uses pwrgroup_ht20 when assigning instead. > > Signed-off-by: Fel

[PATCH] rtlwifi: rtl8192se: Fix wrong assignment

2013-10-18 Thread Felipe Pena
There is a typo in the struct member name on assignment when checking rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20_40, the check uses pwrgroup_ht40 for bound limit and uses pwrgroup_ht20 when assigning instead. Signed-off-by: Felipe Pena --- drivers/net/wireless/rtlwifi/rtl8192se/rf.c |2 +