aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_ap.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18hostap: move under intersil vendor directoryKalle Valo1-3339/+0
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-4/+4
2015-02-06hostap: Delete an unnecessary check before the function call "kfree"Markus Elfring1-1/+1
2014-02-20hostap: Do not free priv until timer handler has actually stopped using itKirill Tkhai1-1/+1
2013-12-26hostap: slight optimization of addr comparedingtianhong1-14/+14
2013-05-05wireless: single_open() leaksAl Viro1-2/+2
2013-04-29hostap: Don't use create_proc_read_entry()David Howells1-156/+219
2013-02-18net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmall...Kumar Amit Mehta1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-12hostap: don't use flush_scheduled_work()Tejun Heo1-0/+3
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-07-19fix comment typos concerning "challenge"Uwe Kleine-König1-1/+1
2010-06-18wireless:hostap_ap.c Fix warning: variable 'fc' set but not usedJustin P. Mattock1-2/+1
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-03-21hostap: convert to internal net_device_statsStephen Hemminger1-1/+1
2009-02-27hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams1-74/+64
2009-02-09wireless: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville1-6/+6
2008-10-27net: convert print_mac to %pMJohannes Berg1-159/+82
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-06-30hostap: fix sparse warningsPavel Roskin1-1/+1
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-16/+16
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-76/+127
2008-01-28hostap annotationsAl Viro1-34/+38
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-84/+114
2007-07-08[PATCH] hostap: Use list_for_each_entryMatthias Kaehlcke1-22/+10
2007-07-08[PATCH] hostap: Suppress broadcast if no stations are associatedPavel Roskin1-0/+2
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen1-2/+2
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/linv...Jeff 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