Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179244
b: refs/heads/master
c: debde9e
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Jan 6, 2010
1 parent 02ca976 commit 0757a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7a4a77b7771164d61ce702a588067d1e1d66db7c
refs/heads/master: debde9ea24d5512400456b1b64df361e422f078d
2 changes: 1 addition & 1 deletion trunk/net/mac80211/wme.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata,
}

if (!sta && ra && !is_multicast_ether_addr(ra)) {
sta = sta_info_get(sdata, ra);
sta = sta_info_get(local, ra);
if (sta)
sta_flags = get_sta_flags(sta);
}
Expand Down

0 comments on commit 0757a54

Please sign in to comment.