Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134141
b: refs/heads/master
c: a1d8821
h: refs/heads/master
i:
  134139: 8fffc0b
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jan 29, 2009
1 parent 87ab29b commit ca3d5e1
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 07e74348c76368c3d694a06677c200dc8d9b00e8
refs/heads/master: a1d88210955e56f7a0d54ac72747075b683b0850
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3484,6 +3484,9 @@ static int b43_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
u8 algorithm;
u8 index;
int err;
#if B43_DEBUG
static const u8 bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
#endif

if (modparam_nohwcrypt)
return -ENOSPC; /* User disabled HW-crypto */
Expand Down Expand Up @@ -3582,7 +3585,7 @@ static int b43_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
b43dbg(wl, "%s hardware based encryption for keyidx: %d, "
"mac: %pM\n",
cmd == SET_KEY ? "Using" : "Disabling", key->keyidx,
sta ? sta->addr : "<group key>");
sta ? sta->addr : bcast_addr);
b43_dump_keymemory(dev);
}
write_unlock(&wl->tx_lock);
Expand Down

0 comments on commit ca3d5e1

Please sign in to comment.