Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352311
b: refs/heads/master
c: 44ba973
h: refs/heads/master
i:
  352309: d56ee12
  352307: 68c15df
  352303: 7bf1d51
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jan 30, 2013
1 parent 0e2c465 commit 1041e01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44ceaf371b683b0e90cbc0fb111c6d90b87d79cf
refs/heads/master: 44ba973699b831414c3f8eef68ee5a7fe1208a05
15 changes: 0 additions & 15 deletions trunk/drivers/net/wireless/rtlwifi/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,19 +217,6 @@ static void rtl_tx_status(void *ppriv,
}
}

static void rtl_rate_init(void *ppriv,
struct ieee80211_supported_band *sband,
struct ieee80211_sta *sta, void *priv_sta)
{
}

static void rtl_rate_update(void *ppriv,
struct ieee80211_supported_band *sband,
struct ieee80211_sta *sta, void *priv_sta,
u32 changed)
{
}

static void *rtl_rate_alloc(struct ieee80211_hw *hw,
struct dentry *debugfsdir)
{
Expand Down Expand Up @@ -274,8 +261,6 @@ static struct rate_control_ops rtl_rate_ops = {
.free = rtl_rate_free,
.alloc_sta = rtl_rate_alloc_sta,
.free_sta = rtl_rate_free_sta,
.rate_init = rtl_rate_init,
.rate_update = rtl_rate_update,
.tx_status = rtl_tx_status,
.get_rate = rtl_get_rate,
};
Expand Down

0 comments on commit 1041e01

Please sign in to comment.