aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2014-03-13 11:11:49 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-03-13 12:53:32 -0400
commite46215fe678a9271c4eb98645187ef048d04e15f (patch)
tree15a6477f0cbec5534f691d702e615cb3f480fc53 /drivers
parentmwl8k: mwl8k_update_survey can be static (diff)
downloadlinux-dev-e46215fe678a9271c4eb98645187ef048d04e15f.tar.xz
linux-dev-e46215fe678a9271c4eb98645187ef048d04e15f.zip
Revert "Revert "Staging: rtl8812ae: remove modules field of rate_control_ops""
This reverts commit 161d7855543520cde5f49df788b0ea0553a9f83a. Reversal of fortune -- I thought this was going to be resolved by other means, but that hasn't materialized. Plus, apparently we now care more than I realized about not breaking staging drivers... Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-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 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,