kernel-ark/drivers/net/wireless/hostap
James Ketrenos 5bfc819b53 [PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes
tree 8c1676c8a15c08e6d4c718fc7cd42d9bf4cd8235
parent 0ccc3dd6469ed492578c184f47dde2baccde3593
author James Ketrenos <jketreno@linux.intel.com> 1126715240 -0500
committer James Ketrenos <jketreno@linux.intel.com> 1127316717 -0500

Updated hostap to be compatible with extra_prefix_len changes.

Accomplished via:

for i in hostap_ap.c hostap_80211_tx.c; do
        sed -i -e "s:\([.>]\)extra_prefix_len:\1extra_mpdu_prefix_len:g" \
                -e "s:\([.>]\)extra_postfix_len:\1extra_mpdu_postfix_len: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>
2005-09-21 23:07:15 -04:00
..
hostap_80211_rx.c [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes 2005-09-21 23:07:15 -04:00
hostap_80211_tx.c [PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes 2005-09-21 23:07:15 -04:00
hostap_80211.h [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdr 2005-08-14 23:07:30 -04:00
hostap_ap.c [PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes 2005-09-21 23:07:15 -04:00
hostap_ap.h [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes 2005-09-21 23:07:15 -04:00
hostap_common.h [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones 2005-08-15 00:29:20 -04:00
hostap_config.h [PATCH] hostap: Update version 2005-08-28 19:25:02 -04:00
hostap_cs.c [PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present() 2005-08-31 22:48:39 -04:00
hostap_download.c Add HostAP wireless driver. 2005-05-12 22:54:16 -04:00
hostap_hw.c [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones 2005-08-15 00:29:20 -04:00
hostap_info.c [PATCH] hostap update 2005-07-30 18:17:23 -04:00
hostap_ioctl.c [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} 2005-08-14 23:07:30 -04:00
hostap_pci.c [PATCH] fix pm_message_t stuff in -mm tree 2005-09-05 00:06:16 -07:00
hostap_plx.c [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data 2005-08-14 23:06:27 -04:00
hostap_proc.c [PATCH] hostap update 2005-07-30 18:17:23 -04:00
hostap_wlan.h [PATCH] hostap: Remove extra defines 2005-08-14 23:07:30 -04:00
hostap.c [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones 2005-08-15 00:29:20 -04:00
hostap.h [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} 2005-08-14 23:07:30 -04:00
Kconfig [wireless hostap] automatically select ieee80211 dependency in Kconfig 2005-09-02 04:44:25 -04:00
Makefile [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00