iwlwifi: move iwl_rx_missed_beacon_notif to iwl-rx.c
[safe/jmp/linux-2.6] / drivers /
2008-06-03 Tomas Winkleriwlwifi: move iwl_rx_missed_beacon_notif to iwl-rx.c
2008-06-03 Tomas Winkleriwlwifi: move add sta handler to iwl-sta.c
2008-06-03 Tomas Winkleriwlwifi: add remove station functionality
2008-06-03 Tomas Winkleriwlwifi: move iwl_rxq_stop into iwl-rx.c
2008-06-03 Tomas Winkleriwlwifi: move txq_ctx_stop into iwl-tx.c
2008-06-03 Tomas Winkleriwlwifi: refactor stop master function
2008-06-03 Tomas Winkleriwlwifi: implement apm stop function
2008-06-03 Tomas Winkleriwlwifi: implement apm reset flow
2008-06-03 Tomas Winkleriwlwifi: setup correctly L1 L0S pi link values
2008-06-03 Tomas Winkleriwlwifi: remove 4965 from alive_resp structures
2008-06-03 Tomas Winkleriwlwifi: clean up alive_start routine
2008-06-03 Tomas Winkleriwlwifi: remove notif_missed_beacons variable
2008-06-03 Tomas Winkleriwlwifi: remove unused variable form __iwl4965_down
2008-06-03 Tomas Winkleriwlwifi: mark 4965 ucode types
2008-06-03 Zhu Yiiwlwifi: create drivers debugfs dir under wiphy->debugfsdir
2008-06-03 Ron Rindjunskyiwlwifi: increase max payload of iwl_cmd
2008-06-03 Gregory Greenmaniwlwifi: use uCode error and event tables pointer w...
2008-06-03 Ron Rindjunskyiwlwifi: add RTC data address for iwl5000
2008-06-03 Ester Kummeriwlwifi: move iwl_dump_nic_error_log to iwlcore module
2008-06-03 Holger Schuriglibertas: fix compact flash interrupt handling
2008-06-03 Javier Cardonalibertas: rate adaptation configuration via iwconfig.
2008-06-03 Johannes Bergb43legacy: fix build errors when DMA or PIO are not...
2008-06-03 Scott Ashcroftrndis_wlan: use ARRAY_SIZE instead of sizeof when addin...
2008-06-03 Johannes Bergath5k: use IEEE80211_SKB_CB
2008-06-03 Holger Schuriglibertas: before sleeping, check for a command result
2008-06-03 Holger Schuriglibertas: use lbs_pr_XX instead of printk
2008-06-03 Holger Schuriglibertas: speeds up downloading of CF firmware
2008-06-03 Holger Schuriglibertas: don't spin_unlock_irq() twice
2008-06-03 Daniel Walkerps3: gelic: updown_lock semaphore to mutex
2008-06-03 Daniel Walkerps3: gelic: assoc_stat_lock semaphore to mutex
2008-06-03 Daniel Walkerps3: gelic: scan_lock semaphore to mutex
2008-06-03 David Woodhouselibertas: provide reset_card() callback on OLPC
2008-06-03 Johannes Bergb43: enable mesh
2008-05-22 Michael Bueschb43: Add firmware markers support
2008-05-22 Michael Bueschb43: Add panic reason code that doesn't trigger restart
2008-05-22 Michael Bueschb43: Allow running without PCM firmware
2008-05-22 Michael Bueschb43: Add hooks for firmware debugging
2008-05-22 Johannes Bergmac80211: use multi-queue master netdevice
2008-05-22 Larry.Finger@lwfin... b43: Fix typo in firmware file name for 802.11 cores...
2008-05-22 Atsushi Nemotozd1211rw: Use DMA-aware buffer for usb transfer
2008-05-22 Johannes Bergmac80211: move TX info into skb->cb
2008-05-22 Johannes Bergmac80211: use rate index in TX control
2008-05-22 Johannes Bergmac80211: let drivers wake but not start queues
2008-05-22 Ester Kummeriwlwifi: trigger event log from debugfs
2008-05-22 Tomas Winkleriwlwifi: refactor pci prob flow
2008-05-22 Tomas Winkleriwlwifi: add debugfs to disable/enable run time calibration
2008-05-22 Tomas Winkleriwlwifi: remove 4965 remainings in iwl-eeprom.c file
2008-05-22 Ron Rindjunskyiwlwifi: iwl5000 WiFi/WiMax coexistence
2008-05-22 Ron Rindjunskyiwlwifi: add ucode init flow handling for iwl5000
2008-05-22 Ron Rindjunskyiwlwifi: add ucode loaders for iwl5000
2008-05-22 Ron Rindjunskyiwlwifi: add rx_handlers stub for iwl5000
2008-05-22 Ron Rindjunskyiwlwifi: rename and move Tx queue activation/deactivation
2008-05-22 Emmanuel Grumbachiwlwifi: clean up and bug fix for security
2008-05-22 Emmanuel Grumbachiwlwifi: don't switch to SGI if not supported by AP
2008-05-22 Tomas Winkleriwlwifi: move TX code into iwl-tx.c
2008-05-22 Tomas Winkleriwlwifi: refactor ieee80211_get_qos_ctrl
2008-05-22 Tomas Winkleriwlwifi: remove 4956 form iwl4965_tx_cmd
2008-05-22 Tomas Winkleriwlwifi: move more station managment into iwl-sta.c
2008-05-22 Tomas Winkleriwlwifi: move iwl_bcast_addr to iwlcore
2008-05-22 Tomas Winkleriwlwifi: remove 4965 from iwl4965_rate_info
2008-05-22 Tomas Winkleriwlwifi: remove 4965 prefix from iwl4965_frame
2008-05-22 Tomas Winkleriwlwifi: remove 4965 from iwl4965_tx_queue_update_write_ptr
2008-05-22 Gregory Greenmaniwlwifi: get_hw_cmd_size
2008-05-22 Tomas Winkleriwlwifi: rename iwl4965_tx_info to iwl_tx_info
2008-05-22 Tomas Winkleriwlwifi: rename iwl4965_queue to iwl_queue
2008-05-22 Ron Rindjunskyiwlwifi: filling Tx MCS set
2008-05-22 Ron Rindjunskymac80211: separate Tx and Rx MCS when configuring HT
2008-05-22 Ron Rindjunskyiwlwifi: remove iwl4965_nic_start function
2008-05-22 Ron Rindjunskyiwlwifi: changing irrelevant comment
2008-05-22 Holger Schuriglibertas: reduce command retry time
2008-05-22 Javier Cardonalibertas: sysfs interface for accessing default mesh...
2008-05-22 David Woodhouselibertas: Add reset_card() callback to hardware driver
2008-05-22 Javier Cardonalibertas: sysfs interface for accessing non-volatile...
2008-05-22 Javier Cardonalibertas: Extend MESH_CONFIG command to access non...
2008-05-22 David Woodhouselibertas: fix multicast filtering on eth and msh interfaces
2008-05-22 David Woodhouselibertas: Increase priority of 'unknown command' warnings
2008-05-22 Ivo van Doornrt2x00: Release rt2x00 2.1.6
2008-05-22 Ivo van Doornrt2x00: Remove extra +
2008-05-22 Ivo van Doornrt2x00: Merge RX and TX entry private data
2008-05-22 Ivo van Doornrt2x00: Remove redundant flags/dev_flags initializations
2008-05-22 Ivo van Doornrt2x00: Split rt2x00lib_write_tx_desc()
2008-05-22 Gertjan van Wingerdert2x00: Only initialize the minimum needed fields of...
2008-05-22 Ivo van Doornrt2x00: Preserve descriptor information after memmove()
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-17 Michael Chanbnx2: Update version to 1.7.6.
2008-05-17 Benjamin Libnx2: Pre-initialize struct cpu_reg.
2008-05-17 Benjamin Libnx2: Rename RX_COPY_THRESH to BNX2_RX_COPY_THRESH.
2008-05-17 Benjamin Libnx2: Remove the rx_offset field from the bnx2 structure.
2008-05-17 Wendy Xiongbnx2: Add EEH PCI recovery.
2008-05-17 Michael Chanbnx2: Allow phy reset to be skipped during chip reset.
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-15 Marcin Slusarzisdn/capi: Return proper errnos on module init.
2008-05-15 Alan Coxiphase: Fix 64bit warning.
2008-05-15 Andrew Mortonhysdn: No longer broken on SMP.
2008-05-15 Mark Asselstinehysdn: Remove cli()/sti() calls.
2008-05-15 Stephen Hemmingerbonding: handle case of device named bonding_master
next