summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-1/+9
|\
| * iwlwifi: fix key removalJohannes Berg2012-02-211-1/+9
* | mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-291-1/+5
* | iwlwifi: fix IDI compilationEmmanuel Grumbach2012-02-271-1/+1
* | iwlwifi: update pci subsystem idWey-Yi Guy2012-02-273-3/+16
* | iwlwifi: one more sku added to 6x35 seriesWey-Yi Guy2012-02-271-0/+1
* | iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach2012-02-272-4/+5
* | iwlwifi: document the operational modeEmmanuel Grumbach2012-02-272-8/+34
* | iwlwifi: remove iwl_reset_traffic_log from sharedEmmanuel Grumbach2012-02-272-4/+2
* | iwlwifi: remove iwl_print_rx_config_cmd from sharedEmmanuel Grumbach2012-02-274-14/+15
* | iwlwifi: kill iwl_bus.hEmmanuel Grumbach2012-02-279-188/+29
* | iwlwifi: eeprom gets transport and not busEmmanuel Grumbach2012-02-273-77/+80
* | iwlwifi: move eeprom defines to iwl-eeprom.cEmmanuel Grumbach2012-02-272-3/+4
* | iwlwifi: remove a few dereferences to iwl_priv from the tansportEmmanuel Grumbach2012-02-271-4/+3
* | iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach2012-02-277-5/+21
* | iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach2012-02-277-7/+18
* | iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach2012-02-276-6/+31
* | iwlwifi: virtualize op_mode's rxEmmanuel Grumbach2012-02-276-7/+21
* | iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach2012-02-277-3/+34
* | iwlwifi: use sparse compliant __aligned__ attributeEmmanuel Grumbach2012-02-272-2/+2
* | iwlwifi: virtualize the op_modeEmmanuel Grumbach2012-02-2712-65/+204
* | iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stopEmmanuel Grumbach2012-02-273-3/+3
* | iwlwifi: drv object can release its own memoryEmmanuel Grumbach2012-02-273-2/+21
* | iwlwifi: introducing the drv object's flowsEmmanuel Grumbach2012-02-276-29/+210
* | iwlwifi: move uCode flags handling to op_modeJohannes Berg2012-02-272-16/+21
* | iwlwifi: move content of iwl_probe to post fetch_fwEmmanuel Grumbach2012-02-274-55/+67
* | iwlwifi: parse_tlv functions set the fw_version stringEmmanuel Grumbach2012-02-272-31/+44
* | iwlwifi: iwl-agn.h included twiceDanny Kukawka2012-02-271-1/+0
* | iwlwifi: enable receiving beacons when not associatedMeenakshi Venkataraman2012-02-171-0/+16
* | iwlwifi: remove un-necessary returnWey-Yi Guy2012-02-172-4/+3
* | iwlwifi: SRAM size moves from hw_params to cfgEmmanuel Grumbach2012-02-176-18/+38
* | iwlwifi: save ucode capabilities in iwl_fwDon Fry2012-02-174-29/+22
* | iwlwifi: changes args to iwl_nic for firmware operationsDon Fry2012-02-174-79/+77
* | iwlwifi: the transport knows its stateEmmanuel Grumbach2012-02-171-0/+49
* | iwlwifi: move event and err pointers to iwl_nicDon Fry2012-02-173-26/+24
* | iwlwifi: document the transport layerEmmanuel Grumbach2012-02-171-13/+107
* | iwlwifi: send testmode hcmd reply with rx headerAmit Beka2012-02-171-1/+1
* | iwlwifi: fixes to testmode indirect accessAmit Beka2012-02-171-4/+6
* | iwlwifi: use enhance_sensitivity from iwl_fwEmmanuel Grumbach2012-02-173-4/+5
* | iwlwifi: iwl_set_hw_params returns always 0Emmanuel Grumbach2012-02-176-22/+9
* | iwlwifi: kill iwl_down and s/__iwl_down/iwl_downEmmanuel Grumbach2012-02-173-16/+11
* | iwlwifi: change args to ucode routinesDon Fry2012-02-174-35/+36
* | iwlwifi: Move ucode pointers to iwl_fwDon Fry2012-02-176-48/+46
* | iwlwifi: move firmware_loading_complete to iwl_nicDon Fry2012-02-173-6/+4
* | iwlwifi: move firmware_name to iwl_nicDon Fry2012-02-172-8/+5
* | iwlwifi: move fw_index from iwl_priv to iwl_nicDon Fry2012-02-172-12/+12
* | iwlwifi: move ucode_ver to iwl_nicDon Fry2012-02-175-20/+22
* | iwlwifi: create iwl_nic structureDon Fry2012-02-174-2/+86
* | iwlwifi: give PCIe its own lockJohannes Berg2012-02-174-31/+40
* | iwlwifi: move workqueue to privJohannes Berg2012-02-1713-33/+29