aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12hostap: fixup strlen() mathDan Carpenter1-1/+1
2010-06-18wireless:hostap_main.c warning: variable 'iface' set but not usedJustin P. Mattock1-2/+0
2009-09-14hostap: Revert a toxic part of the conversion to net_device_opsMartin Decky1-1/+2
2009-03-21hostap: convert to net_device_opsStephen Hemminger1-17/+52
2009-03-21hostap: convert to internal net_device_statsStephen Hemminger1-10/+0
2009-02-27hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams1-25/+13
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville1-9/+10
2008-10-27net: convert print_mac to %pMJohannes Berg1-18/+8
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2008-06-30hostap: don't skip any headers in hostap_80211_header_parse()Pavel Roskin1-19/+1
2008-06-30hostap: fix sparse warningsPavel Roskin1-3/+2
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+7
2008-01-28hostap annotationsAl Viro1-3/+3
2007-10-10[HOSTAP]: set netdev type before registering AP interfaceDaniel Drake1-8/+11
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-18/+29
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-12/+18
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-07-08[PATCH] hostap: Remove driver version numberJouni Malinen1-1/+0
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_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-7/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+2
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-17[PATCH] unused exports in wireless driversArjan van de Ven1-2/+0
2006-01-16[PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk1-55/+5
2005-11-16[PATCH] hostap: rename hostap.c to hostap_main.cAdrian Bunk1-0/+1191