[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes
tree
8ec97d9056ceaf0f845ed51175dd842b700baadd
parent
329128457008ace3110c96971addf85a767dd5af
author James Ketrenos <jketreno@linux.intel.com>
1126714484 -0500
committer James Ketrenos <jketreno@linux.intel.com>
1127316636 -0500
Updated hostap to be compatible with ieee80211_hdr changes.
Change accomplished via:
for i in hostap_ap.{c,h} hostap_80211_{t,r}x.c; do
sed -i -e "s:ieee80211_hdr\([^_]\):ieee80211_hdr_4addr\1:g" \
drivers/net/wireless/hostap/$i
done
CC: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>