aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_main.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-3/+3
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-08-151-0/+1
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-6/+1
* hostap: remove netif_stop_queue from initMeelis Roos2010-12-201-1/+0
* hostap: fixup strlen() mathDan Carpenter2010-07-121-1/+1
* wireless:hostap_main.c warning: variable 'iface' set but not usedJustin P. Mattock2010-06-181-2/+0
* hostap: Revert a toxic part of the conversion to net_device_opsMartin Decky2009-09-141-1/+2
* hostap: convert to net_device_opsStephen Hemminger2009-03-211-17/+52
* hostap: convert to internal net_device_statsStephen Hemminger2009-03-211-10/+0
* hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams2009-02-271-25/+13
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-211-9/+10
* net: convert print_mac to %pMJohannes Berg2008-10-271-18/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-3/+2
|\
| * hostap: fix sparse warningsPavel Roskin2008-06-301-3/+2
* | hostap: don't skip any headers in hostap_80211_header_parse()Pavel Roskin2008-06-301-19/+1
|/
* net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller2008-06-121-1/+7
* hostap annotationsAl Viro2008-01-281-3/+3
* [HOSTAP]: set netdev type before registering AP interfaceDaniel Drake2007-10-101-8/+11
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-18/+29
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-12/+18
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-3/+4
* [PATCH] hostap: Remove driver version numberJouni Malinen2007-07-081-1/+0
* [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen2007-04-281-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-7/+7
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+2
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] unused exports in wireless driversArjan van de Ven2006-05-171-2/+0
* [PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk2006-01-161-55/+5
* [PATCH] hostap: rename hostap.c to hostap_main.cAdrian Bunk2005-11-161-0/+1191