This bug has been fixed in the 3.4 kernel (IIRC). So what I've done to fix the problem is compile the appropriate kernel module into my running kernel.
Download the latest stable snp release of compat wireless, extract and run
$ ./scripts/driver-select
Select the corresponding driver and run
$ make
$ sudo make install
$ sudo make wlunload
$ sudo modprobe <yourdrivername>
Your milage may vary, but this worked for me. Not sure if it's needed, but I repeat these steps each time I get a kernel update.
Hope this helps.
This bug has been fixed in the 3.4 kernel (IIRC). So what I've done to fix the problem is compile the appropriate kernel module into my running kernel.
Download the latest stable snp release of compat wireless, extract and run driver- select
$ ./scripts/
Select the corresponding driver and run
$ make
$ sudo make install
$ sudo make wlunload
$ sudo modprobe <yourdrivername>
Your milage may vary, but this worked for me. Not sure if it's needed, but I repeat these steps each time I get a kernel update.
Hope this helps.