Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203333
b: refs/heads/master
c: 4e9e58c
h: refs/heads/master
i:
  203331: 15b031f
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Jun 30, 2010
1 parent 49df3cb commit db2e954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: efc7d36f0d100eb2f2db33bc287fa17646bdcd7d
refs/heads/master: 4e9e58c6bf6512a1812556188b67bada6a09c0e8
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2800lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,6 @@ static int rt2800_ampdu_action(struct ieee80211_hw *hw,
struct ieee80211_sta *sta,
u16 tid, u16 *ssn)
{
struct rt2x00_dev *rt2x00dev = hw->priv;
int ret = 0;

switch (action) {
Expand All @@ -2787,7 +2786,7 @@ static int rt2800_ampdu_action(struct ieee80211_hw *hw,
case IEEE80211_AMPDU_TX_OPERATIONAL:
break;
default:
WARNING(rt2x00dev, "Unknown AMPDU action\n");
WARNING((struct rt2x00_dev *)hw->priv, "Unknown AMPDU action\n");
}

return ret;
Expand Down

0 comments on commit db2e954

Please sign in to comment.