Displaying 5 results from an estimated 5 matches for "padapt".
Did you mean:
adapt
2018 Jun 05
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...ivers/staging/rtl8723bs/core/rtw_wlan_util.c b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
index f6dc26c8bd3d..4e16087ef815 100644
--- a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
+++ b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
@@ -493,7 +493,7 @@ void set_channel_bwmode(struct adapter *padapter, unsigned char channel, unsigne
mutex_unlock(&(adapter_to_dvobj(padapter)->setch_mutex));
}
-__inline u8 *get_my_bssid(struct wlan_bssid_ex *pnetwork)
+inline u8 *get_my_bssid(struct wlan_bssid_ex *pnetwork)
{
return pnetwork->MacAddress;
}
diff --git a/drivers/staging/rtl8723b...
2018 Jun 05
3
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
On Tue, 2018-06-05 at 10:05 -0700, Nick Desaulniers wrote:
> Functions marked extern inline do not emit an externally visible
> function when the gnu89 C standard is used. Some KBUILD Makefiles
> overwrite KBUILD_CFLAGS. This is an issue for GCC 5.1+ users as without
> an explicit C standard specified, the default is gnu11. Since c99, the
> semantics of extern inline have changed
2018 Jun 05
3
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
On Tue, 2018-06-05 at 10:05 -0700, Nick Desaulniers wrote:
> Functions marked extern inline do not emit an externally visible
> function when the gnu89 C standard is used. Some KBUILD Makefiles
> overwrite KBUILD_CFLAGS. This is an issue for GCC 5.1+ users as without
> an explicit C standard specified, the default is gnu11. Since c99, the
> semantics of extern inline have changed
2019 Mar 02
0
[ANNOUNCE] xorg-server 1.19.7
...: add default modes for 16:9 and 16:10
Michal Srb (1):
os/inputthread: Force unlock when stopping thread.
Michel Dänzer (2):
Revert "present: Only send PresentCompleteNotify events to the presenting client"
xf86XvMCScreenInit: Clear pScreenPriv->dixinfo when freeing pAdapt
Olivier Fourdan (2):
xwayland: avoid race condition on new keymap
xwayland: remove dirty window unconditionally on unrealize
Peter Harris (1):
composite: Propagate damagedDescendants when reparented
Peter Hutterer (1):
config: fix NULL value detection for ID_INPUT being u...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...ml
Make PixmapDirtyUpdateRec::src a DrawablePtr
present: Only send PresentCompleteNotify events to the presenting client
Revert "present: Only send PresentCompleteNotify events to the presenting client"
xf86XvMCScreenInit: Clear pScreenPriv->dixinfo when freeing pAdapt
glx: Don't pass NULL to glxGetClient
Mihail Konev (13):
os,dix: Depend custom libs on libs, not objects
xkb: Match key releases with an overlaid press
tests: Avoid libtool message
tests: Refactor wraps into protocol-common.c
tests: Convert test/xi1/ to singl...