diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-02-20 15:02:02 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-20 15:02:02 -0500 |
commit | 88daf80dcca19ff995cc263592426f734a9702f3 (patch) | |
tree | 7a52e25df74e52d00c3821032e719244e8a5526f /drivers/staging | |
parent | 010d3c3989706d800ae72253773fa6537cc9f74c (diff) | |
parent | 35582ad9d342025653aaf28ed321bf5352488d7f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8821ae/rc.c | 1 |
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, | |||
286 | } | 286 | } |
287 | 287 | ||
288 | static struct rate_control_ops rtl_rate_ops = { | 288 | static struct rate_control_ops rtl_rate_ops = { |
289 | .module = NULL, | ||
290 | .name = "rtl_rc", | 289 | .name = "rtl_rc", |
291 | .alloc = rtl_rate_alloc, | 290 | .alloc = rtl_rate_alloc, |
292 | .free = rtl_rate_free, | 291 | .free = rtl_rate_free, |