Re: rtlwifi: rtl8192ee: Fix memory leak when loading firmware

2017-09-20 Thread Kalle Valo
inger.net> Patch applied to wireless-drivers-next.git, thanks. 519ce2f933fa rtlwifi: rtl8192ee: Fix memory leak when loading firmware -- https://patchwork.kernel.org/patch/9953677/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

[PATCH] rtlwifi: rtl8192ee: Fix memory leak when loading firmware

2017-09-14 Thread Larry Finger
In routine rtl92ee_set_fw_rsvdpagepkt(), the driver allocates an skb, but never calls rtl_cmd_send_packet(), which will free the buffer. All other rtlwifi drivers perform this operation correctly. This problem has been in the driver since it was included in the kernel. Fortunately, each firmware