aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-02-13 13:14:13 +1100
committerJohn W. Linville <linville@tuxdriver.com>2014-02-13 15:23:23 -0500
commit35582ad9d342025653aaf28ed321bf5352488d7f (patch)
tree9be423541ba8475141f9e28f72d5e0ca9471e91c /drivers/staging
parent908628db148ed542fcfde1bff9e5d4607f684b73 (diff)
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8821ae/rc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/rc.c b/drivers/staging/rtl8821ae/rc.c
index d387f13ea7d..0cc32c60dde 100644
--- a/drivers/staging/rtl8821ae/rc.c
+++ b/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 = {
- .module = NULL,
.name = "rtl_rc",
.alloc = rtl_rate_alloc,
.free = rtl_rate_free,