Browse Source

Staging: rtl8812ae: remove modules field of rate_control_ops

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>
Stephen Rothwell 11 years ago
parent
commit
35582ad9d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/rtl8821ae/rc.c

+ 0 - 1
drivers/staging/rtl8821ae/rc.c

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