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>
This commit is contained in:
Stephen Rothwell 2014-02-13 13:14:13 +11:00 коммит произвёл John W. Linville
Родитель 908628db14
Коммит 35582ad9d3
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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