aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_ap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* hostap: don't use flush_scheduled_work()Tejun Heo2010-12-121-0/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * fix comment typos concerning "challenge"Uwe Kleine-König2010-07-191-1/+1
* | wireless:hostap_ap.c Fix warning: variable 'fc' set but not usedJustin P. Mattock2010-06-181-2/+1
|/
* drivers/net: remove useless semicolonsJoe Perches2010-05-171-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hostap: convert to internal net_device_statsStephen Hemminger2009-03-211-1/+1
* hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams2009-02-271-74/+64
* wireless: replace uses of __constant_{endian}Harvey Harrison2009-02-091-4/+4
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-211-6/+6
* net: convert print_mac to %pMJohannes Berg2008-10-271-159/+82
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-1/+1
|\
| * hostap: fix sparse warningsPavel Roskin2008-06-301-1/+1
* | wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-16/+16
|/
* [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-081-76/+127
* hostap annotationsAl Viro2008-01-281-34/+38
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-84/+114
* [PATCH] hostap: Use list_for_each_entryMatthias Kaehlcke2007-07-081-22/+10
* [PATCH] hostap: Suppress broadcast if no stations are associatedPavel Roskin2007-07-081-0/+2
* [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen2007-04-281-2/+2
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+2
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-12-071-3/+1
|\
| * [PATCH] hostap: replace kmalloc+memset with kzallocYan Burman2006-12-051-3/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-8/+11
|/
* [PATCH] unused exports in wireless driversArjan van de Ven2006-05-171-11/+0
* [PATCH] hostap: Fix ap_add_sta() return value verificationAdrian Bunk2006-03-231-1/+1
* [PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk2006-01-161-16/+20
* [PATCH] hostap: Add support for WE-19Jean Tourrilhes2005-09-241-3/+3
* [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-33/+33
* 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-11/+13
* [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen2005-08-141-58/+62
* [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdrJouni Malinen2005-08-141-52/+47
* [PATCH] hostap: Fix skb->cb use for TX meta dataJouni Malinen2005-08-141-15/+15
* [wireless hostap] trim trailing whitespaceJeff Garzik2005-07-311-5/+5
* [PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen2005-07-311-6/+7
* [PATCH] hostap: Start using net/ieee80211.hJouni Malinen2005-07-311-12/+12
* Add HostAP wireless driver.Jouni Malinen2005-05-121-0/+3286