]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: rtl8812ae: remove modules field of rate_control_ops
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Feb 2014 02:14:13 +0000 (13:14 +1100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 13 Feb 2014 20:23:23 +0000 (15:23 -0500)
This has been removed in further work.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/staging/rtl8821ae/rc.c

index d387f13ea7dc158e9034d843a2fcf2aeb0e7dfa3..0cc32c60ddee74e4ff83c488a3ed6f39cfb99ba7 100644 (file)
@@ -286,7 +286,6 @@ static void rtl_rate_free_sta(void *rtlpriv,
 }
 
 static struct rate_control_ops rtl_rate_ops = {
-       .module = NULL,
        .name = "rtl_rc",
        .alloc = rtl_rate_alloc,
        .free = rtl_rate_free,