ulli-kroll / rtl8821au

rtl8821au/rtl8812au driver for linux
Other
106 stars 22 forks source link

wireless-ext compilation errors #6

Closed paralin closed 8 years ago

paralin commented 8 years ago

Trying your new branch...

In file included from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/drv_types.h:39:0,
                 from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/osdep_service.c:25:
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/rtw_recv.h:266:24: error: field 'irq_prepare_beacon_tasklet' has incomplete type
  struct tasklet_struct irq_prepare_beacon_tasklet;
                        ^
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/rtw_recv.h:267:24: error: field 'recv_tasklet' has incomplete type
  struct tasklet_struct recv_tasklet;
                        ^
In file included from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/drv_types.h:41:0,
                 from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/osdep_service.c:25:
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/rtw_xmit.h:422:24: error: field 'xmit_tasklet' has incomplete type
  struct tasklet_struct xmit_tasklet;
                        ^
In file included from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/drv_types.h:39:0,
                 from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/os_intfs.c:25:
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/rtw_recv.h:266:24: error: field 'irq_prepare_beacon_tasklet' has incomplete type
  struct tasklet_struct irq_prepare_beacon_tasklet;
                        ^
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/rtw_recv.h:267:24: error: field 'recv_tasklet' has incomplete type
  struct tasklet_struct recv_tasklet;
                        ^
In file included from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/drv_types.h:41:0,
                 from ../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/os_intfs.c:25:
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/include/rtw_xmit.h:422:24: error: field 'xmit_tasklet' has incomplete type
  struct tasklet_struct xmit_tasklet;
                        ^
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/os_intfs.c:108:36: error: expected ')' before numeric constant
 module_param(__rtw_initmac, charp, 0644);
                                    ^
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/os_intfs.c:109:27: error: expected ')' before 'int'
 module_param(rtw_channel, int, 0644);
                           ^
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/os_intfs.c:110:30: error: expected ')' before 'int'
 module_param(rtw_wmm_enable, int, 0644);
                              ^
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/os_intfs.c:111:31: error: expected ')' before 'int'
 module_param(rtw_busy_thresh, int, 0644);
                               ^
../rtl8821au-f7cf356d883135e8d7709ac840341b9e2f3d391d/os_dep/os_intfs.c:113:27: error: expected ')' before 'int'
 module_param(rtw_rx_stbc, int, 0644);

Lots of errors, 3.14.65

ulli-kroll commented 8 years ago

Ticked close. Because no wirelss extension in future driver. And wireless-ext is only for transition.

Sorry for this.

paralin commented 8 years ago

What? It doesn't compile at all, how do you suggest I fix it