Revert "Staging: rtl8812ae: remove modules field of rate_control_ops"

This reverts commit 35582ad9d3.

This should not have been merged through this tree...

Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
John W. Linville 2014-02-24 14:35:46 -05:00
parent 35582ad9d3
commit 161d785554
1 changed files with 1 additions and 0 deletions

View File

@ -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,