git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b74eda
)
Fixed oops if an uninitialized key is used for encryption.
author
Hong Liu
<hong.liu@intel.com>
Thu, 20 Oct 2005 16:06:36 +0000
(11:06 -0500)
committer
James Ketrenos
<jketreno@linux.intel.com>
Thu, 20 Oct 2005 16:06:36 +0000
(11:06 -0500)
Without this patch, if you try and use a key that has not been
configured, for example:
% iwconfig eth1 key
deadbeef00
[2]
without having configured key [1], then the active key will still be
[1], but privacy will now be enabled. Transmission of a packet in this
situation will result in a kernel oops.
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
net/ieee80211/ieee80211_tx.c
patch
|
blob
|
history
diff --cc
net/ieee80211/ieee80211_tx.c
Simple merge