Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203711
b: refs/heads/master
c: 9edd952
h: refs/heads/master
i:
  203709: 33312a7
  203707: 7927196
  203703: b0fa427
  203695: 15e4166
  203679: 49853ab
  203647: de843db
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jul 16, 2010
1 parent a8d86bc commit f0af2da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 0e954099b7910524b7fae831fbf2933bd25cb6d0
refs/heads/master: 9edd9520a2c664c6d72dca68adddd243d00006e8
9 changes: 5 additions & 4 deletions trunk/drivers/net/wireless/ath/ath9k/htc_drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,11 @@ static void ath9k_htc_update_rate(struct ath9k_htc_priv *priv,
bss_conf->bssid, be32_to_cpu(trate.capflags));
}

int ath9k_htc_tx_aggr_oper(struct ath9k_htc_priv *priv,
struct ieee80211_vif *vif,
struct ieee80211_sta *sta,
enum ieee80211_ampdu_mlme_action action, u16 tid)
static int ath9k_htc_tx_aggr_oper(struct ath9k_htc_priv *priv,
struct ieee80211_vif *vif,
struct ieee80211_sta *sta,
enum ieee80211_ampdu_mlme_action action,
u16 tid)
{
struct ath_common *common = ath9k_hw_common(priv->ah);
struct ath9k_htc_target_aggr aggr;
Expand Down

0 comments on commit f0af2da

Please sign in to comment.