aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_ap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstreamJeff Garzik1-3/+1
2006-12-05[PATCH] hostap: replace kmalloc+memset with kzallocYan Burman1-3/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-8/+11
2006-05-17[PATCH] unused exports in wireless driversArjan van de Ven1-11/+0
2006-03-23[PATCH] hostap: Fix ap_add_sta() return value verificationAdrian Bunk1-1/+1
2006-01-16[PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk1-16/+20
2005-09-24[PATCH] hostap: Add support for WE-19Jean Tourrilhes1-3/+3
2005-09-21[PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changesJames Ketrenos1-4/+4
2005-09-21[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changesJames Ketrenos1-33/+33
2005-08-25hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix buildJeff Garzik1-1/+1
2005-08-15[PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 onesJouni Malinen1-11/+13
2005-08-14[PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen1-58/+62
2005-08-14[PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdrJouni Malinen1-52/+47
2005-08-14[PATCH] hostap: Fix skb->cb use for TX meta dataJouni Malinen1-15/+15
2005-07-31[wireless hostap] trim trailing whitespaceJeff Garzik1-5/+5
2005-07-31[PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen1-6/+7
2005-07-31[PATCH] hostap: Start using net/ieee80211.hJouni Malinen1-12/+12
2005-05-12Add HostAP wireless driver.Jouni Malinen1-0/+3286