aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+1
2010-05-12drivers/net/wireless/hostap: Drop memory allocation castJulia Lawall1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-02-27hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams1-0/+1
2009-02-09wireless: replace uses of __constant_{endian}Harvey Harrison1-3/+3
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville1-34/+9
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville1-55/+55
2008-10-27net: convert print_mac to %pMJohannes Berg1-10/+6
2008-06-30hostap: add radiotap support in monitor modePavel Roskin1-1/+4
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-27/+31
2008-01-28hostap annotationsAl Viro1-35/+31
2008-01-28introduce WEXT scan capabilitiesDan Williams1-0/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-4/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+9
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-10[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau1-7/+7
2007-07-08[PATCH] hostap: Remove driver version numberJouni Malinen1-2/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-05[PATCH] hostap: replace kmalloc+memset with kzallocYan Burman1-9/+3
2006-09-25[PATCH] WE-21 for hostapJean Tourrilhes1-5/+5
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-04-24[PATCH] Fix crash on big-endian systems during scanPavel Roskin1-2/+2
2006-03-23[PATCH] hostap: Remove dead code (duplicated idx != 0)Jouni Malinen1-4/+0
2006-01-16[PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk1-5/+7
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-7/+2
2005-09-24[PATCH] hostap: Remove iwe_stream_add_event kludgeJean Tourrilhes1-12/+0
2005-09-24[PATCH] hostap: Use GFP_ATOMIC to get rid of weird might_sleep issueJean Tourrilhes1-1/+1
2005-09-24[PATCH] hostap: Add support for WE-19Jean Tourrilhes1-2/+7
2005-08-14[PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen1-4/+4
2005-08-14[PATCH] hostap: Remove experimental PCI bus master/DMA codeJouni Malinen1-24/+0
2005-07-31[wireless hostap] trim trailing whitespaceJeff Garzik1-1/+1
2005-07-31[PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen1-37/+40
2005-07-30[PATCH] hostap updateJouni Malinen1-1/+2
2005-07-30[PATCH] hostap updateJouni Malinen1-46/+31
2005-07-30[PATCH] hostap updateJouni Malinen1-2/+16
2005-05-12Add HostAP wireless driver.Jouni Malinen1-0/+4123