mwl8k: don't forget to call pci_disable_device()
[deliverable/linux.git] / drivers / net / wireless / mwl8k.c
2009-12-07  Lennert Buytenhekmwl8k: don't forget to call pci_disable_device()
2009-12-07  Lennert Buytenhekmwl8k: increase firmware loading timeouts
2009-12-07  Lennert Buytenhekmwl8k: allow more time for transmit rings to drain
2009-12-07  Lennert Buytenhekmwl8k: allow more time for firmware commands to complete
2009-12-07  Lennert Buytenhekmwl8k: properly report rate on received 40MHz packets
2009-12-07  Lennert Buytenhekmwl8k: fix addr4 zeroing and payload overwrite on DMA...
2009-12-07  Lennert Buytenhekmwl8k: prevent corruption of QoS field on receive
2009-12-07  Lennert Buytenhekmwl8k: fix UPDATE_STADB command struct legacy_rates...
2009-12-07  Lennert Buytenhekmwl8k: fix MCS bitmap size in SET_RATE command
2009-12-05  David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-12-03  David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-12-03  David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-12-02  David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-30  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-29  David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-27  Joerg RoedelMerge branch 'gart/fixes' into amd-iommu/2.6.33
2009-11-24  David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-19  Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-11-19  David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18  David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-18  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-11-17  David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-16  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-11-15  David S. MillerMerge branch 'for-next' of git://git./linux/kernel...
2009-11-11  Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-11-11  Ben Hutchingsmwl8k: declare MODULE_FIRMWARE
2009-11-11  David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-11  Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2009-11-11  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-11-09  David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-08  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-11-06  John W. Linvillemwl8k: use integral index instead of pointer for driver...
2009-11-06  Lennert Buytenhekmwl8k: add support for the 88w8366
2009-11-06  Lennert Buytenhekmwl8k: implement AP firmware EDCA parameter configuration
2009-11-06  Lennert Buytenhekmwl8k: add AP firmware (mbss) handling to mwl8k_set_mac...
2009-11-06  Lennert Buytenhekmwl8k: add AP firmware handling to ->start()
2009-11-06  Lennert Buytenhekmwl8k: add AP firmware handling to ->configure_filter()
2009-11-06  Lennert Buytenhekmwl8k: implement AP firmware antenna configuration
2009-11-06  Lennert Buytenhekmwl8k: add the commands used for AP firmware initialisation
2009-11-06  Lennert Buytenhekmwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_...
2009-11-06  Lennert Buytenhekmwl8k: set ->interface_modes from the driver data
2009-11-06  Lennert Buytenhekmwl8k: allow for different receive descriptor formats
2009-11-06  Lennert Buytenhekmwl8k: use pci_unmap_addr{,set}() to keep track of...
2009-11-06  Lennert Buytenhekmwl8k: handle loading AP firmware images
2009-11-06  Lennert Buytenhekmwl8k: spell out the names of firmware images in the...
2009-11-06  Lennert Buytenhekmwl8k: change pci id table driver data to a structure...
2009-11-04  Lennert Buytenhekmwl8k: pci BAR mapping changes
2009-11-04  Lennert Buytenhekmwl8k: shorten receive/transmit state variable names
2009-11-04  Lennert Buytenhekmwl8k: add support for enabling hardware sniffer mode
2009-11-04  Lennert Buytenhekmwl8k: report rate and other information for received...
2009-11-04  Lennert Buytenhekmwl8k: clarify WME transmit queue 0/1 swizzling
2009-11-04  Lennert Buytenhekmwl8k: use cond_resched() when loading firmware blocks
2009-11-04  Lennert Buytenhekmwl8k: clear hardware MAC address if no STA interface...
2009-11-04  Lennert Buytenhekmwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA...
2009-11-04  Lennert Buytenhekmwl8k: implement FIF_ALLMULTI
2009-11-04  Lennert Buytenhekmwl8k: use the mac80211-provided workqueue instead...
2009-11-04  Lennert Buytenhekmwl8k: fix multicast address filter programming
2009-11-04  Lennert Buytenhekmwl8k: minor transmit quiescing rework
2009-11-04  Lennert Buytenhekmwl8k: coding style cleanups
2009-11-04  Lennert Buytenhekmwl8k: fix GET_STAT firmware command packet layout
2009-11-03  Joerg RoedelMerge branches 'amd-iommu/fixes' and 'dma-debug/fixes...
2009-11-02  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-10-29  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-10-15  Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2009-10-14  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-10-13  Alex ElderMerge branch 'master' of ssh://oss.sgi.com/oss/git...
2009-10-13  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-10-11  Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-10-08  Alex ElderMerge branch 'master' into for-linus
2009-10-08  Takashi IwaiMerge branch 'fix/misc' into for-linus
2009-10-08  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-10-08  Dave AirlieMerge branch 'drm-next' of ../drm-next into drm-linus
2009-10-06  Mark BrownMerge branch 'upstream/wm8350' into for-2.6.32
2009-10-06  Mark BrownMerge branch 'for-2.6.32' of git://git./linux/kernel...
2009-10-04  Linus TorvaldsMerge branch 'acpi-pad' of git://git./linux/kernel...
2009-10-03  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-10-03  Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-10-03  Takashi IwaiMerge branch 'fix/asoc' into for-linus
2009-10-02  Russell KingMerge branch 'fixes' of git://git./linux/kernel/git...
2009-10-01  Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-10-01  Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-30  Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2009-09-30  Linus TorvaldsMerge branch 'drm-next' of git://git./linux/kernel...
2009-09-29  James MorrisMerge branch 'master' into next
2009-09-27  Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2009-09-26  Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-09-26  Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-09-26  Len BrownMerge branch 'thinkpad-2.6.32-part2' into release
2009-09-25  Linus TorvaldsMerge branch 'for-linus' of git://repo.or.cz/cris-mirror
2009-09-25  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-24  Linus TorvaldsMerge branch 'drm-intel-next' of git://git./linux/kerne...
2009-09-24  Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-23  Linus TorvaldsMerge branch 'drm-next' of git://git./linux/kernel...
2009-09-23  Linus TorvaldsMerge git://git.infradead.org/iommu-2.6
2009-09-23  Linus TorvaldsMerge branch 'fix/misc' of git://git./linux/kernel...
2009-09-23  Linus TorvaldsMerge branch 'fix/asoc' of git://git./linux/kernel...
2009-09-23  Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2009-09-23  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-23  Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-23  NeilBrownMerge branch 'next' of git://git./linux/kernel/git...
next
This page took 0.33747 seconds and 108 git commands to generate.