Christian Stadelmann

Results 234 comments of Christian Stadelmann

This should only be happening if debugging with "DBG" defined. Are you doing so willingly? ``` /home/pi/wifi-src/genodeftest-Netgear-A6210/os/linux/../../common/rtmp_init.c: In function ‘RTMPAllocAdapterBlock’: /home/pi/wifi-src/genodeftest-Netgear-A6210/os/linux/../../common/rtmp_init.c:106:3: warning: format ‘%lu’ expects argument of type ‘long unsigned...

> This should only be happening if debugging with "DBG" defined. Are you doing so willingly? ``` /home/pi/wifi-src/genodeftest-Netgear-A6210/os/linux/../../common/rtmp_init.c: In function ‘RTMPAllocAdapterBlock’: /home/pi/wifi-src/genodeftest-Netgear-A6210/os/linux/../../common/rtmp_init.c:106:3: warning: format ‘%lu’ expects argument of type ‘long...

``` /home/pi/wifi-src/genodeftest-Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_giwscan’: /home/pi/wifi-src/genodeftest-Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:831:14: warning: array subscript is below array bounds [-Warray-bounds] current_ev = IWE_STREAM_ADD_POINT(info, current_ev, end_buf,&iwe, (char *)pIoctlScan->MainSharedKey[(iwe.u.data.flags & IW_ENCODE_INDEX)-1]); ^ ``` See #90.

Have a look at https://github.com/zfsonlinux/spl/pull/667/files for a better fix for the `vfs_read` and `vfs_write` problem.

> Seems like most fixes are to the kernel so will have to wait for Debian and the Raspberry Pi kernel, which is based on Debian, to be update. No,...

Have you reported the crasher in ModemManager (at 123.731240)? Which version of NetworkManager do you use? Can you please try to update to the latest stable version? I don't know...

@dsime42 > Found the "&" in sta_ioctl.c and deleted it What do you mean? I don't understand. Can you please give me a line number? > Ignored the WARNING caused...

@dsime42 : Can you please open a separate bug report? Thanks! Btw: EOLs don't disappear if you are using the triple ` ``` `. And it would be easier to...

@mattgodbolt : I'm interested in your patch, preferably onto my [port-to-4.13](https://github.com/genodeftest/Netgear-A6210/tree/port-to-4.13) branch. Btw: Are you interested in creating a GitHub "organisation" for this driver and managing future development?

Hi clayday27, can you please put your code into code blocks? That would increase readability a lot. #77 has some changes which should make the A6210 kernel module build with...