Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95871
b: refs/heads/master
c: c0d4399
h: refs/heads/master
i:
  95869: 3f27ed1
  95867: 8e2b3c6
  95863: b6ea761
  95855: 0d493b5
  95839: 8f7cb11
  95807: aecad7c
  95743: d7dfffa
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed May 1, 2008
1 parent 04d9894 commit 0260f68
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: 2e35af143a1380173ba292e48e9b4913ef16b4ee
refs/heads/master: c0d43990768b6ca83604ff4be80425b89d317e2f
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/libertas/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ static int lbs_do_scan(struct lbs_private *priv, uint8_t bsstype,
uint8_t *tlv; /* pointer into our current, growing TLV storage area */

lbs_deb_enter_args(LBS_DEB_SCAN, "bsstype %d, chanlist[].chan %d, chan_count %d",
bsstype, chan_list[0].channumber, chan_count);
bsstype, chan_list ? chan_list[0].channumber : -1,
chan_count);

/* create the fixed part for scan command */
scan_cmd = kzalloc(MAX_SCAN_CFG_ALLOC, GFP_KERNEL);
Expand Down

0 comments on commit 0260f68

Please sign in to comment.