projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908628d
)
Staging: rtl8812ae: remove modules field of rate_control_ops
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Thu, 13 Feb 2014 02:14:13 +0000
(13:14 +1100)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 13 Feb 2014 20:23:23 +0000
(15:23 -0500)
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>
drivers/staging/rtl8821ae/rc.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8821ae/rc.c
b/drivers/staging/rtl8821ae/rc.c
index d387f13ea7dc158e9034d843a2fcf2aeb0e7dfa3..0cc32c60ddee74e4ff83c488a3ed6f39cfb99ba7 100644
(file)
--- a/
drivers/staging/rtl8821ae/rc.c
+++ b/
drivers/staging/rtl8821ae/rc.c
@@
-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,