Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198614
b: refs/heads/master
c: 96900c7
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed May 24, 2010
1 parent cb39885 commit 08ca657
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: 7606688afc767c0b94bb2d79512affe3ba1264ce
refs/heads/master: 96900c751dd16fc9455e7184cbe8758ac7aa7e79
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ int iwl_add_bssid_station(struct iwl_priv *priv, const u8 *addr, bool init_rs,
struct iwl_link_quality_cmd *link_cmd;
unsigned long flags;

if (*sta_id_r)
if (sta_id_r)
*sta_id_r = IWL_INVALID_STATION;

ret = iwl_add_station_common(priv, addr, 0, NULL, &sta_id);
Expand Down

0 comments on commit 08ca657

Please sign in to comment.