Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352667
b: refs/heads/master
c: c88d0dc
h: refs/heads/master
i:
  352665: 8c956f6
  352663: 88fee37
v: v3
  • Loading branch information
Catalin Iacob authored and John W. Linville committed Feb 12, 2013
1 parent 24d458b commit 6436e5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4fe0c75eedb15af13859ef123db17fefed5af7ae
refs/heads/master: c88d0dc1cc0182358ce1ae6f457dace34539eb12
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/rtlwifi/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ 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_alloc(struct ieee80211_hw *hw,
struct dentry *debugfsdir)
{
Expand Down Expand Up @@ -261,6 +267,7 @@ 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,
.tx_status = rtl_tx_status,
.get_rate = rtl_get_rate,
};
Expand Down

0 comments on commit 6436e5e

Please sign in to comment.