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
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