Skip to content

Commit

Permalink
Staging: rtl8812ae: remove modules field of rate_control_ops
Browse files Browse the repository at this point in the history
This has been removed in further work.

Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
sfrothwell authored and linvjw committed Feb 13, 2014
1 parent 908628d commit 35582ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/rtl8821ae/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 35582ad

Please sign in to comment.