Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220164
b: refs/heads/master
c: 11465f6
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 7, 2010
1 parent b48941a commit ed39d69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1a3bf7471e8acaab0e66a6304212218025fe1ec2
refs/heads/master: 11465f6a7d43f3584fa6ee4a619a25d944c7af8d
6 changes: 3 additions & 3 deletions trunk/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ wl_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev,
WL_DBG(("channel (%d), center_req (%d)\n", wl->channel,
chan->center_freq));
}
WL_DBG(("ie (%p), ie_len (%d)\n", sme->ie, sme->ie_len));
WL_DBG(("ie (%p), ie_len (%zd)\n", sme->ie, sme->ie_len));
err = wl_set_wpa_version(dev, sme);
if (unlikely(err))
return err;
Expand Down Expand Up @@ -4031,7 +4031,7 @@ void *wl_cfg80211_request_fw(s8 *file_name)
set_bit(WL_FW_LOADING_DONE, &wl->fw->status);
fw_entry = wl->fw->fw_entry;
if (fw_entry) {
WL_DBG(("fw size (%d), data (%p)\n", fw_entry->size,
WL_DBG(("fw size (%zd), data (%p)\n", fw_entry->size,
fw_entry->data));
}
} else if (!test_bit(WL_NVRAM_LOADING_DONE, &wl->fw->status)) {
Expand All @@ -4044,7 +4044,7 @@ void *wl_cfg80211_request_fw(s8 *file_name)
set_bit(WL_NVRAM_LOADING_DONE, &wl->fw->status);
fw_entry = wl->fw->fw_entry;
if (fw_entry) {
WL_DBG(("nvram size (%d), data (%p)\n", fw_entry->size,
WL_DBG(("nvram size (%zd), data (%p)\n", fw_entry->size,
fw_entry->data));
}
} else {
Expand Down

0 comments on commit ed39d69

Please sign in to comment.