aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas_tf/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18libertas_tf: move under marvell vendor directoryKalle Valo1-766/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-1/+1
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-5/+2
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-4/+4
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-1/+3
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-06-27wireless: unify QoS control field definitionsJohannes Berg1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-2/+1
2010-07-29libertas_tf: add get_survey callback in order to get channel noiseJohn W. Linville1-0/+18
2010-06-14libertas_tf: Fix warning in lbtf_rx for stats structPrarit Bhargava1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-6/+85
2010-04-30libertas_tf: avoid warning about pr_fmt redefinitionJohn W. Linville1-2/+3
2010-04-28libertas_tf: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2010-04-26libertastf: add configurable debug messagesSteve deRosier1-4/+83
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-04-03net: convert multicast list to list_headJiri Pirko1-8/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-02-10Add Station and AdHoc mode support to libertas_tfDeepak Saxena1-0/+3
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-5/+5
2009-12-28wireless: remove remaining qual codeJohannes Berg1-1/+0
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-12/+25
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-33/+23
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-1/+1
2009-01-12libertas_tf: return NETDEV_TX_OK in TX opAndrey Yurovsky1-1/+1
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-2/+2
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-1/+3
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-9/+9
2008-08-29libertas: use the common frame control functionsHarvey Harrison1-12/+8
2008-08-22libertas_tf: main.c, data paths and mac80211 handlersLuis Carlos Cobo1-0/+666