Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322421
b: refs/heads/master
c: 7b4e6cf
h: refs/heads/master
i:
  322419: f101e69
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Aug 21, 2012
1 parent 9d4342d commit c436e90
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3a245cbef6a9e4398456bd733b0b4b7cb3f11994
refs/heads/master: 7b4e6cfbae304177b8edc0c12341b4896cab3f2d
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ipw2x00/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,8 @@ static void isr_indicate_associated(struct ipw2100_priv *priv, u32 status)
return;
}
len = ETH_ALEN;
ipw2100_get_ordinal(priv, IPW_ORD_STAT_ASSN_AP_BSSID, &bssid, &len);
ret = ipw2100_get_ordinal(priv, IPW_ORD_STAT_ASSN_AP_BSSID, bssid,
&len);
if (ret) {
IPW_DEBUG_INFO("failed querying ordinals at line %d\n",
__LINE__);
Expand Down

0 comments on commit c436e90

Please sign in to comment.