aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_80211_tx.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-4/+7
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-21/+21
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams2009-02-271-26/+25
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-211-3/+5
* net: convert print_mac to %pMJohannes Berg2008-10-271-9/+6
* [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-081-3/+4
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+8
* [PATCH] hostap: Allocate enough tailroom for TKIPBrandon Craig Rhodes2007-05-291-5/+8
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-9/+14
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] unused exports in wireless driversArjan van de Ven2006-05-171-1/+0
* [PATCH] hostap: Fix EAPOL frame encryptionJouni Malinen2006-03-271-1/+1
* [PATCH] hostap: Make hostap_tx_encrypt() staticJouni Malinen2006-03-271-4/+3
* [PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk2006-01-161-0/+15
* [PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changesJames Ketrenos2005-09-211-4/+4
* [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changesJames Ketrenos2005-09-211-10/+10
* hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix buildJeff Garzik2005-08-251-1/+1
* [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 onesJouni Malinen2005-08-151-10/+10
* [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen2005-08-141-7/+7
* [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdrJouni Malinen2005-08-141-18/+18
* [PATCH] hostap: Fix skb->cb use for TX meta dataJouni Malinen2005-08-141-2/+4
* [PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen2005-07-311-1/+1
* [PATCH] hostap: Start using net/ieee80211.hJouni Malinen2005-07-311-6/+6
* Add HostAP wireless driver.Jouni Malinen2005-05-121-0/+522