Re: [PATCH] staging:rtl8192e: Usage count off by one

2015-11-21 Thread Mateusz Kulikowski
On 16.11.2015 01:51, Sean MacLennan wrote: > The rtllib driver is not calling try_module_get() when loading the > encryption modules. Because of this, you can never remove the module > once you have used it one (i.e. bring up the wireless interface). > > Signed-off-by: Sean MacLennan Tested-by: M

[PATCH] staging:rtl8192e: Usage count off by one

2015-11-15 Thread Sean MacLennan
The rtllib driver is not calling try_module_get() when loading the encryption modules. Because of this, you can never remove the module once you have used it one (i.e. bring up the wireless interface). Signed-off-by: Sean MacLennan --- drivers/staging/rtl8192e/rtllib_softmac.c | 2 +- drivers/st