diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-02-24 14:35:46 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-24 14:35:46 -0500 |
commit | 161d7855543520cde5f49df788b0ea0553a9f83a (patch) | |
tree | 085a715df9f90ac1a666cec64cf5ba033aa19b98 /drivers/staging/rtl8821ae | |
parent | 35582ad9d342025653aaf28ed321bf5352488d7f (diff) |
Revert "Staging: rtl8812ae: remove modules field of rate_control_ops"
This reverts commit 35582ad9d342025653aaf28ed321bf5352488d7f.
This should not have been merged through this tree...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/staging/rtl8821ae')
-rw-r--r-- | drivers/staging/rtl8821ae/rc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8821ae/rc.c b/drivers/staging/rtl8821ae/rc.c index 0cc32c60ddee..d387f13ea7dc 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, |