Re: [PATCH 01/37] staging:r8188eu: remove get_rxmem function

2016-10-20 Thread Ivan Safonov
On 10/20/2016 04:18 PM, Dan Carpenter wrote: I don't know exactly what the game plan is for the rtl8188eu driver but these patches seem to be on the right path to me. regards, dan carpenter If this driver has no future and will be removed, then what code is better to invest my efforts?

Re: [PATCH 01/37] staging:r8188eu: remove get_rxmem function

2016-10-20 Thread Dan Carpenter
I don't know exactly what the game plan is for the rtl8188eu driver but these patches seem to be on the right path to me. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

[PATCH 01/37] staging:r8188eu: remove get_rxmem function

2016-10-19 Thread Ivan Safonov
This simple one-line function used only once, and precvframe always not NULL. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_recv.c| 2 +- drivers/staging/rtl8188eu/include/rtw_recv.h | 8 2 files changed, 1 insertion(+), 9 deletions(-)