Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278210
b: refs/heads/master
c: 3e4b065
h: refs/heads/master
v: v3
  • Loading branch information
Greg Dietsche authored and Stanislaw Gruszka committed Nov 16, 2011
1 parent 5324986 commit 02c9b68
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 144c0961b47ab07812ec1440adea6d4218b9a6a6
refs/heads/master: 3e4b0655207452be0a1d82425f19ed4a081cf48b
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/iwlegacy/4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,17 +2295,14 @@ il4965_rs_get_rate(void *il_r, struct ieee80211_sta *sta, void *il_sta,
static void *
il4965_rs_alloc_sta(void *il_rate, struct ieee80211_sta *sta, gfp_t gfp)
{
struct il_lq_sta *lq_sta;
struct il_station_priv *sta_priv =
(struct il_station_priv *)sta->drv_priv;
struct il_priv *il;

il = (struct il_priv *)il_rate;
D_RATE("create station rate scale win\n");

lq_sta = &sta_priv->lq_sta;

return lq_sta;
return &sta_priv->lq_sta;
}

/*
Expand Down

0 comments on commit 02c9b68

Please sign in to comment.