Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291135
b: refs/heads/master
c: 551d6fe
h: refs/heads/master
i:
  291133: 0f2a0d7
  291131: 542e60b
  291127: 42cccb0
  291119: 45f1145
  291103: d5499d1
  291071: 3645cf7
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Mar 5, 2012
1 parent b9c7811 commit 524815e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: b26e395038a219685c7f78f3be8aeb578c4a5b60
refs/heads/master: 551d6fe6cb67ea6f7ca4425a5085b05d34f39730
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,8 @@ static struct ndis_80211_pmkid *remove_pmkid(struct usbnet *usbdev,
struct cfg80211_pmksa *pmksa,
int max_pmkids)
{
int i, count, newlen, err;
int i, newlen, err;
unsigned int count;

count = le32_to_cpu(pmkids->bssid_info_count);

Expand Down Expand Up @@ -1830,7 +1831,8 @@ static struct ndis_80211_pmkid *update_pmkid(struct usbnet *usbdev,
struct cfg80211_pmksa *pmksa,
int max_pmkids)
{
int i, err, count, newlen;
int i, err, newlen;
unsigned int count;

count = le32_to_cpu(pmkids->bssid_info_count);

Expand Down

0 comments on commit 524815e

Please sign in to comment.