Ján Jančár

Results 36 comments of Ján Jančár

It appears that the frequency of this issue is somehow related to signal strength, If I have a really good signal I might go hours without being disconnected, however if...

Yep, same for me. I have a script that disconnects using NetworkManager, then turns off the wifi, then rmmod -> sleep 1 -> modprobe and turns the wifi back on....

Just upgraded kernel to 4.7.0 and driver to 2.0.8 (commit d5023e72da59e02c8279d7ccd5f8c430f8163b03) and I seem to get far less errors. It might be just freak coincidence since I had the driver...

@jayvdb Hmm, tested it some more and seems I was just lucky that day. Issue is not solved on 4.7.0 kernel and 2.0.8 driver.

Good points, thanks. Though this is only a draft, worth looking at after some more work.

Alright, this is ready for some review now. I used something like: ```shell env JASMIN="jasminc -checkCT -checkCTafter=propagate -doit -infer -nowarning" make 2>&1 | grep -E "(Entering|line |constant)" ``` to check...