summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/hostap/hostap_80211_rx.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-29hostap annotationsAl Viro1-1/+1
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-21/+28
2007-04-26[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-5/+8
2007-04-26[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-3/+4
2007-04-26[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-01-17[PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk1-0/+11
2006-01-15[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-5/+5
2005-09-24[PATCH] hostap: Add support for WE-19Jean Tourrilhes1-1/+2
2005-09-22[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changesJames Ketrenos1-20/+20
2005-08-26hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix buildJeff Garzik1-7/+7
2005-08-15[PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 onesJouni Malinen1-28/+33
2005-08-15[PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen1-22/+24
2005-08-15[PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdrJouni Malinen1-30/+30
2005-07-31[PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen1-3/+3
2005-07-31[PATCH] hostap: Start using net/ieee80211.hJouni Malinen1-6/+6
2005-07-31[PATCH] hostap updateBrandon Enochs1-1/+1
2005-05-13Add HostAP wireless driver.Jouni Malinen1-0/+1084