All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_reg
@ 2015-02-25 19:34 Taehee Yoo
  2015-02-25 20:23 ` Larry Finger
  2015-03-03 13:46 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Taehee Yoo @ 2015-02-25 19:34 UTC (permalink / raw)
  To: Larry.Finger, ap420073; +Cc: linux-wireless

Add HAL_DEF_WOWLAN case in rtl92cu_get_hw_reg

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
---
 drivers/net/wireless/rtlwifi/rtl8192cu/hw.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
index fe4b699..96bae39 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
@@ -1589,6 +1589,8 @@ void rtl92cu_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val)
 	case HW_VAR_DATA_FILTER:
 		*((u16 *) (val)) = rtl_read_word(rtlpriv, REG_RXFLTMAP2);
 		break;
+	case HAL_DEF_WOWLAN:
+		break;
 	default:
 		RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
 			 "switch case not processed\n");
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_reg
  2015-02-25 19:34 [PATCH] rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_reg Taehee Yoo
@ 2015-02-25 20:23 ` Larry Finger
  2015-03-03 13:46 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Larry Finger @ 2015-02-25 20:23 UTC (permalink / raw)
  To: Taehee Yoo; +Cc: linux-wireless

On 02/25/2015 01:34 PM, Taehee Yoo wrote:
> Add HAL_DEF_WOWLAN case in rtl92cu_get_hw_reg
>
> Signed-off-by: Taehee Yoo <ap420073@gmail.com>

Acked-by: Larry Finger <Larry.Finger@lwfinger.net>

@Kalle: This is V2. V1 is not OK.

Larry

> ---
>   drivers/net/wireless/rtlwifi/rtl8192cu/hw.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> index fe4b699..96bae39 100644
> --- a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> @@ -1589,6 +1589,8 @@ void rtl92cu_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val)
>   	case HW_VAR_DATA_FILTER:
>   		*((u16 *) (val)) = rtl_read_word(rtlpriv, REG_RXFLTMAP2);
>   		break;
> +	case HAL_DEF_WOWLAN:
> +		break;
>   	default:
>   		RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
>   			 "switch case not processed\n");
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_reg
  2015-02-25 19:34 [PATCH] rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_reg Taehee Yoo
  2015-02-25 20:23 ` Larry Finger
@ 2015-03-03 13:46 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2015-03-03 13:46 UTC (permalink / raw)
  To: Taehee Yoo; +Cc: Larry.Finger, ap420073, linux-wireless


> Add HAL_DEF_WOWLAN case in rtl92cu_get_hw_reg
> 
> Signed-off-by: Taehee Yoo <ap420073@gmail.com>
> Acked-by: Larry Finger <Larry.Finger@lwfinger.net>

Thanks, applied to wireless-drivers-next.git.

Kalle Valo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-03 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25 19:34 [PATCH] rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_reg Taehee Yoo
2015-02-25 20:23 ` Larry Finger
2015-03-03 13:46 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.