diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2014-02-13 03:14:13 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-13 21:23:23 +0100 |
commit | 35582ad9d342025653aaf28ed321bf5352488d7f (patch) | |
tree | 9be423541ba8475141f9e28f72d5e0ca9471e91c /drivers | |
parent | wcn36xx: Update dtim period before starting BSS (diff) | |
download | linux-35582ad9d342025653aaf28ed321bf5352488d7f.tar.xz linux-35582ad9d342025653aaf28ed321bf5352488d7f.zip |
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')
-rw-r--r-- | drivers/staging/rtl8821ae/rc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/rc.c b/drivers/staging/rtl8821ae/rc.c index d387f13ea7dc..0cc32c60ddee 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, |