Re: [PATCH] staging: rtl8188eu: Remove an unused variable and some lines of code
From: Dan Carpenter
Date: Fri Jul 02 2021 - 08:46:37 EST
You should write that at the start of the commit message.
This driver doesn't support SIOCSIWRATE. It just returns zero and does
nothing. Change it to return -ENOTSUPP instead. (This is an API change
but we don't expect it to break anything).
regards,
dan carpenter