aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas_tf (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-06wireless: Remove casts to same typeJoe Perches1-1/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-21/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-21/+1
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker1-1/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-09-15libertas_tf: deb_defs.h: Fix typo in include guardKartik Mohta1-1/+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 Dobriyan2-0/+2
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-2/+1
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-22/+35
2010-08-16libertas_tf: if_usb.c: Some more formatting fixesThomas Klute1-18/+31
2010-08-16libertas_tf: if_usb.c: Whitespace cleanupThomas Klute1-4/+4
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+3
2010-07-29libertas_tf: add get_survey callback in order to get channel noiseJohn W. Linville2-0/+21
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-06-14libertas_tf: Fix warning in lbtf_rx for stats structPrarit Bhargava1-1/+1
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+2
2010-06-03drivers/net: use __packed annotationEric Dumazet1-2/+2
2010-06-02drivers/net/wireless/libertas_tf: Use kmemdupJulia Lawall1-3/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-2/+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. Linville5-81/+570
2010-04-30libertas_tf: avoid warning about pr_fmt redefinitionJohn W. Linville5-6/+9
2010-04-28libertas_tf: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2010-04-26libertastf: add configurable debug messagesSteve deRosier4-79/+566
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+5
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 Heo3-0/+5
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-11-11libertas_tf_usb: declare MODULE_FIRMWAREBen Hutchings1-0/+2
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-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-2/+1
2009-01-29mac80211: constify ieee80211_if_conf.bssidJohannes Berg2-2/+2
2009-01-12libertas_tf: return NETDEV_TX_OK in TX opAndrey Yurovsky1-1/+1
2008-11-10libertas_tf: fix skb tail pointerJohannes Berg1-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