]> git.pld-linux.org Git - packages/rtl8812au.git/blob - designated_init.patch
- up to 5.9.3.2
[packages/rtl8812au.git] / designated_init.patch
1 --- rtl8812au-5.9.3.2-main/include/rtw_mlme_ext.h.orig  2020-12-14 10:07:30.000000000 +0100
2 +++ rtl8812au-5.9.3.2-main/include/rtw_mlme_ext.h       2020-12-18 21:56:18.623093439 +0100
3 @@ -1124,7 +1124,7 @@
4  
5  int rtw_sae_preprocess(_adapter *adapter, const u8 *buf, u32 len, u8 tx);
6  
7 -#define GEN_MLME_EXT_HANDLER(cmd, callback)    {cmd, callback},
8 +#define GEN_MLME_EXT_HANDLER(cmd, cback)       {.cmd_hdl = cmd, .callback = cback},
9  
10  struct rtw_cmd {
11         u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf);
This page took 0.034149 seconds and 3 git commands to generate.