[PATCH] staging: rtl8723bs: core: Remove Macro "IS_MAC_ADDRESS_BROADCAST"

2019-07-29 Thread Hariprasad Kelam
Remove unused macro IS_MAC_ADDRESS_BROADCAST. In future if one wants use it ,use generic API "is_broadcast_ether_addr" Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/core/rtw_ioctl_set.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_i

1.000.000 Dollar Spende für Sie

2019-07-29 Thread kbrown
Herzliche Glückwünsche! Ihnen, lieber Glückssieger, aus meinem Powerball-Jackpot von 758,7 Millionen Dollar habe ich beschlossen, jeweils 1.000.000 Dollar an 100 glückliche Personen zu vergeben, von denen Ihre E-Mail zufällig ausgewählt wurde. Weitere Informationen finden Sie auf YouTube unter

Re: [PATCH v2 4/6] dt: bindings: add mt7621-pll dt binding documentation

2019-07-29 Thread Paul Burton
Hi Chuanhong, On Wed, Jul 24, 2019 at 10:23:08AM +0800, Chuanhong Guo wrote: > This commit adds device tree binding documentation for MT7621 > PLL controller. > > Signed-off-by: Chuanhong Guo > --- > > Change since v1: > drop useless syscon in compatible string > > .../bindings/clock/mediatek

Re: [PATCH] staging: rtl8723bs: os_dep: Move common code to func

2019-07-29 Thread Hans de Goede
Hi, On 25-07-19 20:31, Hariprasad Kelam wrote: Inthis file all functions has below common functionality 1.Check flag padapter->bSurpriseRemoved 2.Get sdio_func structure from intf_hdl. This patch introduces two new APIs rtw_isadapter_removed,rtw_sdio_get_func which helps to do above common func