]> Pileus Git - ~andy/linux/commit
When an assoc_resp is received the network structure is not completely
authorIvo van Doorn <IvDoorn@gmail.com>
Mon, 3 Oct 2005 15:20:47 +0000 (10:20 -0500)
committerJames Ketrenos <jketreno@linux.intel.com>
Mon, 3 Oct 2005 15:20:47 +0000 (10:20 -0500)
commitc1bda44a4aedf13251b2704e6e67afb4909195c8
treeff5bd9d92894bf777183447df3fad5615da51db7
parentff9e00f1b09d594004f91700a371870f729ffc02
When an assoc_resp is received the network structure is not completely
initialized which can cause problems for drivers that expect the network
structure to be completely filled in.

This patch will make sure the network is filled in as much as possible.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
net/ieee80211/ieee80211_rx.c