Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / drivers / net / wireless / iwlwifi / iwl-agn.c
2012-04-23 Stanislaw Gruszkaiwlwifi: do not nulify ctx->vif on reset
2012-03-12 David Spinadeliwlwifi: avoid some operations if no uCode loaded
2012-03-12 Meenakshi Venkataramaniwlwifi: move wait_command_queue from shared to trans
2012-03-12 Johannes Bergiwlwifi: abstract out missing SEQ_RX_FRAME workaround
2012-03-09 Emmanuel Grumbachiwlwifi: restore PAN support
2012-03-09 Meenakshi Venkataramaniwlwifi: move command queue number out of the iwl_share...
2012-03-08 Don Fryiwlwifi: correct status bit refactoring errors
2012-03-08 Johannes Bergiwlwifi: make iwl_init_context static
2012-03-08 Don Fryiwlwifi: more status bit factoring
2012-03-08 Meenakshi Venkataramaniwlwifi: move setting up fw parameters
2012-03-08 Meenakshi Venkataramaniwlwifi: configure transport layer from dvm op mode
2012-03-08 Emmanuel Grumbachiwlwifi: log stop / wake queues
2012-03-08 Stanislaw Gruszkaiwlwifi: make tx_cmd_pool kmem cache global
2012-03-08 Stanislaw Gruszkaiwlwifi: cleanup/fix memory barriers
2012-03-08 Stanislaw Gruszkaiwlwifi: always check if got h/w access before write
2012-03-08 Johannes Bergiwlwifi: remove BT handlers from lib_ops
2012-03-08 Johannes Bergiwlwifi: redesign PASSIVE_NO_RX workaround
2012-03-08 Johannes Bergiwlwifi: remove unused argument from iwl_init_hw_rates
2012-03-07 Johannes Bergiwlwifi: remove priv from shared
2012-03-07 Johannes Bergiwlwifi: virtualize nic_config
2012-03-07 Johannes Bergiwlwifi: move ucode_owner to priv
2012-03-07 Johannes Bergiwlwifi: put use_rts_for_aggregation into hw_params
2012-03-07 Johannes Bergiwlwifi: keep plcp_delta_threshold in priv
2012-03-07 Johannes Bergiwlwifi: remove num_of_queues module parameter
2012-03-07 Johannes Bergiwlwifi: virtualize command queue full behaviour
2012-03-07 Johannes Bergiwlwifi: make tracing use device as identifier
2012-03-07 Johannes Bergiwlwifi: remove shadow_reg_enable from hw_params
2012-03-07 Johannes Bergiwlwifi: move mutex out of shared
2012-03-07 Johannes Bergiwlwifi: add wrappers for command sending
2012-03-07 Johannes Bergiwlwifi: remove iwl-wifi.h
2012-03-07 Johannes Bergiwlwifi: split out firmware store
2012-03-07 Johannes Bergiwlwifi: move ucode loading to op_mode
2012-03-06 Johannes Bergiwlwifi: move firmware completion wait
2012-03-06 Johannes Bergiwlwifi: move uCode deallocation to drv
2012-03-06 Johannes Bergiwlwifi: move wowlan bool into priv
2012-03-06 Johannes Bergiwlwifi: use valid TX/RX antenna from hw_params
2012-03-06 Johannes Bergiwlwifi: remove SKU from config
2012-03-06 Johannes Bergiwlwifi: make EXIT_PENDING depend on mac80211
2012-03-06 Johannes Bergiwlwifi: remove shared lock
2012-03-06 Johannes Bergiwlwifi: introduce statistics lock
2012-03-06 Johannes Bergiwlwifi: make sta lock private & BH lock
2012-03-06 Johannes Bergiwlwifi: move iwl_clear_driver_stations to user
2012-02-27 Emmanuel Grumbachiwlwifi: kill iwl_bus.h
2012-02-27 Emmanuel Grumbachiwlwifi: eeprom gets transport and not bus
2012-02-27 Emmanuel Grumbachiwlwifi: virtualize op_mode's fw_error
2012-02-27 Emmanuel Grumbachiwlwifi: virtualize op_mode's set_hw_rf_kill
2012-02-27 Emmanuel Grumbachiwlwifi: virtualize op_mode's stop/start queue
2012-02-27 Emmanuel Grumbachiwlwifi: virtualize op_mode's rx
2012-02-27 Emmanuel Grumbachiwlwifi: virtualize op_mode's free skb
2012-02-27 Emmanuel Grumbachiwlwifi: virtualize the op_mode
2012-02-27 Emmanuel Grumbachiwlwifi: rename iwl_remove to iwl_op_mode_dvm_stop
2012-02-27 Emmanuel Grumbachiwlwifi: introducing the drv object's flows
2012-02-27 Johannes Bergiwlwifi: move uCode flags handling to op_mode
2012-02-27 Emmanuel Grumbachiwlwifi: move content of iwl_probe to post fetch_fw
2012-02-17 Don Fryiwlwifi: changes args to iwl_nic for firmware operations
2012-02-17 Emmanuel Grumbachiwlwifi: iwl_set_hw_params returns always 0
2012-02-17 Emmanuel Grumbachiwlwifi: kill iwl_down and s/__iwl_down/iwl_down
2012-02-17 Don Fryiwlwifi: change args to ucode routines
2012-02-17 Don Fryiwlwifi: move firmware_loading_complete to iwl_nic
2012-02-17 Don Fryiwlwifi: move ucode_ver to iwl_nic
2012-02-17 Johannes Bergiwlwifi: move workqueue to priv
2012-02-02 Don Fryiwlwifi: move all ucode routines to iwl-ucode.c
2012-02-02 Don Fryiwlwifi: move bcast_sta_id init to common routine
2012-02-02 Don Fryiwlwifi: clarify comment
2012-02-02 Emmanuel Grumbachiwlwifi: move hw_rev to transport layer
2012-02-02 Emmanuel Grumbachiwlwifi: move the RF kill logic from iwl_probe to transport
2012-02-02 Emmanuel Grumbachiwlwifi: introduce trans_ops->stop_hw
2012-02-02 Emmanuel Grumbachiwlwifi: move apm_init to start_hw
2012-02-02 Emmanuel Grumbachiwlwifi: move prepare_card_hw to start_hw
2012-02-02 Emmanuel Grumbachiwlwifi: rename trans_ops->request_irq to trans_ops...
2012-02-02 Emmanuel Grumbachiwlwifi: don't use the bus for ucode fw_desc any more
2012-02-02 Emmanuel Grumbachiwlwifi: remove the pointer to dev from the bus layer
2012-02-02 Emmanuel Grumbachiwlwifi: give trans to all the read / write functions
2012-02-02 Emmanuel Grumbachiwlwifi: allocate the transport from the bus layer
2012-02-02 Emmanuel Grumbachiwlwifi: move the shrd memory from priv
2012-02-02 Emmanuel Grumbachiwlwifi: separate the APM from the EEPROM
2012-02-02 Emmanuel Grumbachiwlwifi: add fw_alive to transport layer API, kill...
2012-01-30 Wey-Yi Guyiwlwifi: add option to disalbe LED
2012-01-30 Johannes Bergiwlwifi: fix uCode event tracing
2012-01-28 Wey-Yi Guyiwlwifi: add option to disalbe LED
2012-01-28 Johannes Bergiwlwifi: fix uCode event tracing
2012-01-24 Wey-Yi Guyiwlwifi: update Copyright
2012-01-06 Wey-Yi Guyiwlwifi: update Copyright
2011-12-19 Venkataraman, Meen... iwlwifi: Execute runtime calibration always
2011-12-19 Johannes Bergiwlagn: finer-grained HT disable
2011-12-16 Don Fryiwlwifi: remove most of the iwl_priv references from...
2011-12-16 Don Fryiwlwifi: create iwl_mac80211 unregister routine
2011-12-16 Don Fryiwlwifi: move iwl_cfg from iwl_priv to iwl_shared
2011-12-14 Johannes Bergiwlwifi: tx_sync only on PAN context
2011-12-08 Don Fryiwlwifi: move calib_results list from iwl_priv to iwl_trans
2011-12-08 Don Fryiwlwifi: move device_pointers from iwl_priv to iwl_shared
2011-12-08 Don Fryiwlwifi: move eeprom pointer from iwl_priv to iwl_shared
2011-12-08 Wey-Yi Guyiwlwifi: P2P is not enabled by default
2011-12-08 Wey-Yi Guyiwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_...
2011-12-06 Don Fryiwlwifi: replace iwl_priv reference with iwl_trans...
2011-12-02 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-02 Wey-Yi Guyiwlwifi: change the default behavior of watchdog timer
2011-12-02 Wey-Yi Guyiwlwifi: do not re-configure HT40 after associated
2011-12-02 Johannes Bergiwlagn: fix HW crypto for TX-only keys
2011-12-02 Don Fryiwlwifi: replace iwl_priv reference with iwl_trans...
next