Merge branch 'for-next' into for-linus
[safe/jmp/linux-2.6] / drivers / net / wireless / rt2x00 / rt2x00dev.c
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-05 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2010-01-05 Gertjan van Wingerdert2x00: Properly request tx headroom for alignment...
2009-12-21 Gertjan van Wingerdert2x00: Only remove L2 padding in received frames if...
2009-12-21 Alban Browaeysrt2x00 : trim the skb after having the l2pad removed.
2009-11-28 Gertjan van Wingerdert2x00: Centralize setting of extra TX headroom request...
2009-11-19 Johannes Bergmac80211: request TX status where needed
2009-11-11 Gertjan van Wingerdert2x00: Update copyright statements.
2009-11-11 Ivo van Doornrt2x00: Remove deprecated ieee80211_rx_status->qual...
2009-11-06 Sean Crossrt2x00: Don't queue ieee80211 work after USB removal
2009-08-31 Ivo van Doornrt2x00: Reorganize padding & L2 padding
2009-08-31 Ivo van Doornrt2x00: Fix TX status reporting
2009-08-20 Ivo van Doornrt2x00: bss_info_changed() callback is allowed to sleep
2009-08-20 Ivo van Doornrt2x00: configure_filter() callback is allowed to sleep
2009-08-20 Benoit PAPILLAULTrt2x00: Add support for retry rates
2009-08-14 Igor Perminovrt2x00: Fix for race condition while update beacon
2009-08-14 Ivo van Doornrt2x00: Remove usage of deprecated radio_enabled &...
2009-08-04 Pavel Roskinrt2x00: cancel all work on disconnect
2009-08-04 Luis R. Rodriguezmac80211: redefine usage of the mac80211 workqueue
2009-07-24 Ivo van Doornrt2x00: Remove DEVICE_STATE_DISABLED_RADIO_HW
2009-07-10 Ivo van Doornrt2x00: use wiphy rfkill interface
2009-07-10 Johannes Bergmac80211: push rx status into skb->cb
2009-05-20 Alexandre Becholeyrt73usb: fix for master mode
2009-05-06 Ivo van Doornrt2x00: Implement support for 802.11n
2009-05-06 Ivo van Doornrt2x00: Add support for L2 padding during TX/RX
2009-04-16 Herton Ronaldo Krz... rt2x00: prevent double kfree when failing to register...
2009-02-09 Ivo van Doornrt2x00: Add kill_tx_queue callback function
2009-02-09 Ivo van Doornrt2x00: Move intf_work to mac82011 workqueue
2009-01-29 Ivo van Doornrt2x00: Simplify suspend/resume handling
2009-01-29 Ivo van Doornrt2x00: Update copyright year to 2009
2009-01-29 Ivo van Doornrt2x00: Introduce RXDONE_SIGNAL_MASK mask
2009-01-29 Ivo van Doornrt2x00: Allow drivers to pass the noise value during...
2009-01-29 Ivo van Doornrt2x00: Implement WDS support
2009-01-29 Andrey Yurovskyrt2x00: Add mesh support
2009-01-29 Ivo van Doornrt2x00: Move link tuning into seperate file
2009-01-12 Ivo van Doornrt2x00: Fix TX short preamble detection
2008-12-05 Ivo van Doornrt2x00: Add RXDONE_CRYPTO_IV/ICV flags
2008-11-21 Ivo van Doornrt2x00: Fix race condition when using inderect registers
2008-11-21 Ivo van Doornrt2x00: Cleanup TX/RX entry handling
2008-11-21 Ivo van Doornrt2x00: Fix BUG_ON() with antenna handling
2008-11-21 Ivo van Doornrt2x00: Remove RATE_BASIC flag
2008-11-10 Ivo van Doornrt2x00: Improve interface_modes initialization
2008-11-10 Ivo van Doornrt2x00: Remove ieee80211_bss_conf from rt2x00_intf
2008-10-31 Johannes Bergmac80211/drivers: rewrite the rate control API
2008-10-31 Johannes Bergmac80211: introduce hw config change flags
2008-10-31 Johannes Bergmac80211: kill hw.conf.antenna_sel_{rx,tx}
2008-09-15 Johannes Bergmac80211: use nl80211 interface types
2008-09-05 Luis R. Rodriguezcfg80211: keep track of supported interface modes
2008-08-29 Ivo van Doornrt2x00: Add Signal type flag
2008-08-29 Mattias Nisslerrt2x00: Only configure hardware when radio is enabled
2008-08-29 Ivo van Doornrt2x00: Fix race conditions in flag handling
2008-08-22 Ivo van Doornrt2x00: Gather channel information in structure
2008-08-22 Ivo van Doornrt2x00: Implement HW encryption
2008-07-29 Ivo van Doornrt2x00: Force full register config after start()
2008-07-14 Ivo van Doornrt2x00: Reorganize beacon handling
2008-07-14 Johannes Bergmac80211: revamp beacon configuration
2008-07-08 Ivo van Doornrt2x00: Report RX end time for rt2400pci
2008-07-08 Ivo van Doornrt2x00: Use ieee80211_hw->workqueue again
2008-07-08 Ivo van Doornrt2x00: Remove input_polldev requirements for rfkill
2008-06-29 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-27 Ivo van Doornrt2x00: Fix lock dependency errror
2008-06-26 Ivo van Doornrt2x00: Cleanup symbol exports
2008-06-26 Gertjan van Wingerdert2x00: Replace statically allocated DMA buffers with...
2008-06-26 Gertjan van Wingerdert2x00: Properly clean up beacon skbs.
2008-06-26 Ivo van Doornrt2x00: Use ieee80211 fc handlers
2008-06-14 Gertjan van Wingerdert2x00: Rework alignment check.
2008-06-14 Gertjan van Wingerdert2x00: Centralize RX packet alignment handling in...
2008-06-14 Ivo van Doornrt2x00: Cleanup/optimize set_state() function callback...
2008-06-10 John W. Linvillert2x00dev.c: fix-up merge damage
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-05-28 Ivo van Doornrt2x00: Use atomic interface iteration in irq context
2008-05-28 Ivo van Doornrt2x00: Don't count retries as failure
2008-05-22 Johannes Bergmac80211: move TX info into skb->cb
2008-05-22 Johannes Bergmac80211: let drivers wake but not start queues
2008-05-22 Ivo van Doornrt2x00: Split rt2x00lib_write_tx_desc()
2008-05-22 Gertjan van Wingerdert2x00: Fix queue related oops in case of deselected...
2008-05-22 Ivo van Doornrt2x00: Remove ieee80211_tx_control argument from write...
2008-05-22 Ivo van Doornrt2x00: Fix TX status reporting
2008-05-22 Ivo van Doornrt2x00: trim skb_frame_desc to 32 bytes
2008-05-15 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-05-15 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-05-14 Bruno Randolfmac80211: use hardware flags for signal/noise units
2008-05-13 Ivo van Doornrt2x00: Fix broken recover-on-error path
2008-05-07 Johannes Bergmac80211: remove queue info from ieee80211_tx_status
2008-05-07 Ivo van Doornrt2x00: Use rt2x00 queue numbering
2008-05-01 Ivo van Doornrt2x00: Fix quality/activity led handling
2008-04-16 Ivo van Doornrt2x00: Only free skb when beacon_update fails
2008-04-08 Ivo van Doornrt2x00: Use lib->config_filter() during scheduled packe...
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-04-01 Ivo van Doornrt2x00: Remove MAC80211_LEDS dependency
2008-04-01 John W. Linvillert2x00: fixup some non-functional merge errors
2008-03-27 Ivo van Doornrt2x00: Ignore set_state(STATE_SLEEP) failure
2008-03-25 Ivo van Doornrt2x00: Fix rate detection for invalid signals
2008-03-25 Ivo van Doornrt2x00: Add dev_flags to rx descriptor
2008-03-19 Andrew Morton[RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remov...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-13 Ivo van Doornrt2x00: Only strip preamble bit in rt2400pci
2008-03-13 Ivo van Doornrt2x00: Fix rt2400pci signal
next