All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtl8192cu: fix the mesh beaconing
@ 2015-01-23  8:59 Chun-Yeow Yeoh
  2015-01-23 16:43 ` Larry Finger
  2015-01-27 18:00 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Chun-Yeow Yeoh @ 2015-01-23  8:59 UTC (permalink / raw)
  To: linux-wireless; +Cc: Larry.Finger, linville, Chun-Yeow Yeoh

Patch "rtlwifi: add support to send beacon frame" allows
the beaconing of rtl8192cu. But mesh beaconing is not
working. Fix this.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
---
 drivers/net/wireless/rtlwifi/rtl8192cu/hw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
index 5513217..e5a7c4f 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
@@ -1509,6 +1509,7 @@ void rtl92cu_set_beacon_related_registers(struct ieee80211_hw *hw)
 	/* TODO: Modify later (Find the right parameters)
 	 * NOTE: Fix test chip's bug (about contention windows's randomness) */
 	if ((mac->opmode == NL80211_IFTYPE_ADHOC) ||
+	    (mac->opmode == NL80211_IFTYPE_MESH_POINT) ||
 	    (mac->opmode == NL80211_IFTYPE_AP)) {
 		rtl_write_byte(rtlpriv, REG_RXTSF_OFFSET_CCK, 0x50);
 		rtl_write_byte(rtlpriv, REG_RXTSF_OFFSET_OFDM, 0x50);
-- 
2.2.2


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

* Re: [PATCH] rtl8192cu: fix the mesh beaconing
  2015-01-23  8:59 [PATCH] rtl8192cu: fix the mesh beaconing Chun-Yeow Yeoh
@ 2015-01-23 16:43 ` Larry Finger
  2015-01-27 18:00 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Larry Finger @ 2015-01-23 16:43 UTC (permalink / raw)
  To: Chun-Yeow Yeoh, linux-wireless; +Cc: linville

On 01/23/2015 02:59 AM, Chun-Yeow Yeoh wrote:
> Patch "rtlwifi: add support to send beacon frame" allows
> the beaconing of rtl8192cu. But mesh beaconing is not
> working. Fix this.
>
> Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
> ---
>   drivers/net/wireless/rtlwifi/rtl8192cu/hw.c | 1 +
>   1 file changed, 1 insertion(+)

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

Thanks,

Larry

>
> diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> index 5513217..e5a7c4f 100644
> --- a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> @@ -1509,6 +1509,7 @@ void rtl92cu_set_beacon_related_registers(struct ieee80211_hw *hw)
>   	/* TODO: Modify later (Find the right parameters)
>   	 * NOTE: Fix test chip's bug (about contention windows's randomness) */
>   	if ((mac->opmode == NL80211_IFTYPE_ADHOC) ||
> +	    (mac->opmode == NL80211_IFTYPE_MESH_POINT) ||
>   	    (mac->opmode == NL80211_IFTYPE_AP)) {
>   		rtl_write_byte(rtlpriv, REG_RXTSF_OFFSET_CCK, 0x50);
>   		rtl_write_byte(rtlpriv, REG_RXTSF_OFFSET_OFDM, 0x50);
>


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

* Re: rtl8192cu: fix the mesh beaconing
  2015-01-23  8:59 [PATCH] rtl8192cu: fix the mesh beaconing Chun-Yeow Yeoh
  2015-01-23 16:43 ` Larry Finger
@ 2015-01-27 18:00 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2015-01-27 18:00 UTC (permalink / raw)
  To: Chun-Yeow Yeoh; +Cc: linux-wireless, Larry.Finger, linville, Chun-Yeow Yeoh


> Patch "rtlwifi: add support to send beacon frame" allows
> the beaconing of rtl8192cu. But mesh beaconing is not
> working. Fix this.
> 
> Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@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-01-27 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23  8:59 [PATCH] rtl8192cu: fix the mesh beaconing Chun-Yeow Yeoh
2015-01-23 16:43 ` Larry Finger
2015-01-27 18:00 ` 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.