From 0bce118ff8ee535e6c947c8b3aa4485ee545de84 Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Mon, 24 Feb 2014 14:35:46 -0500 Subject: [PATCH] Revert "Staging: rtl8812ae: remove modules field of rate_control_ops" This reverts commit e3c39e4a892c156348d3b8b3decffdef49ef76cb. This should not have been merged through this tree... Signed-off-by: John W. Linville --- drivers/staging/rtl8821ae/rc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8821ae/rc.c b/drivers/staging/rtl8821ae/rc.c index 0cc32c60ddee7..d387f13ea7dc1 100644 --- a/drivers/staging/rtl8821ae/rc.c +++ b/drivers/staging/rtl8821ae/rc.c @@ -286,6 +286,7 @@ 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, -- 2.39.5