aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+1
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Hostap: Fix "'ret' set but not used" warning message from GCC in hostapJulian Calaby2010-08-241-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-2/+1
|\
| * drivers/net/wireless/hostap: Drop memory allocation castJulia Lawall2010-05-121-2/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams2009-02-271-0/+1
* wireless: replace uses of __constant_{endian}Harvey Harrison2009-02-091-3/+3
* lib80211: consolidate crypt init routinesJohn W. Linville2008-11-211-34/+9
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-211-55/+55
* net: convert print_mac to %pMJohannes Berg2008-10-271-10/+6
* hostap: add radiotap support in monitor modePavel Roskin2008-06-301-1/+4
* wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-27/+31
* hostap annotationsAl Viro2008-01-281-35/+31
* introduce WEXT scan capabilitiesDan Williams2008-01-281-0/+3
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-4/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-6/+9
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-3/+3
* [PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau2007-10-101-7/+7
* [PATCH] hostap: Remove driver version numberJouni Malinen2007-07-081-2/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] hostap: replace kmalloc+memset with kzallocYan Burman2006-12-051-9/+3
* [PATCH] WE-21 for hostapJean Tourrilhes2006-09-251-5/+5
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* [PATCH] Fix crash on big-endian systems during scanPavel Roskin2006-04-241-2/+2
* [PATCH] hostap: Remove dead code (duplicated idx != 0)Jouni Malinen2006-03-231-4/+0
* [PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk2006-01-161-5/+7
* drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl2005-10-281-7/+2
* [PATCH] hostap: Remove iwe_stream_add_event kludgeJean Tourrilhes2005-09-241-12/+0
* [PATCH] hostap: Use GFP_ATOMIC to get rid of weird might_sleep issueJean Tourrilhes2005-09-241-1/+1
* [PATCH] hostap: Add support for WE-19Jean Tourrilhes2005-09-241-2/+7
* [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen2005-08-141-4/+4
* [PATCH] hostap: Remove experimental PCI bus master/DMA codeJouni Malinen2005-08-141-24/+0
* [wireless hostap] trim trailing whitespaceJeff Garzik2005-07-311-1/+1
* [PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen2005-07-311-37/+40
* [PATCH] hostap updateJouni Malinen2005-07-301-1/+2
* [PATCH] hostap updateJouni Malinen2005-07-301-46/+31
* [PATCH] hostap updateJouni Malinen2005-07-301-2/+16
* Add HostAP wireless driver.Jouni Malinen2005-05-121-0/+4123