summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2012-02-17iwlwifi: enable receiving beacons when not associatedMeenakshi Venkataraman1-0/+16
2012-02-17iwlwifi: remove un-necessary returnWey-Yi Guy2-4/+3
2012-02-17iwlwifi: SRAM size moves from hw_params to cfgEmmanuel Grumbach6-18/+38
2012-02-17iwlwifi: save ucode capabilities in iwl_fwDon Fry4-29/+22
2012-02-17iwlwifi: changes args to iwl_nic for firmware operationsDon Fry4-79/+77
2012-02-17iwlwifi: the transport knows its stateEmmanuel Grumbach1-0/+49
2012-02-17iwlwifi: move event and err pointers to iwl_nicDon Fry3-26/+24
2012-02-17iwlwifi: document the transport layerEmmanuel Grumbach1-13/+107
2012-02-17iwlwifi: send testmode hcmd reply with rx headerAmit Beka1-1/+1
2012-02-17iwlwifi: fixes to testmode indirect accessAmit Beka1-4/+6
2012-02-17iwlwifi: use enhance_sensitivity from iwl_fwEmmanuel Grumbach3-4/+5
2012-02-17iwlwifi: iwl_set_hw_params returns always 0Emmanuel Grumbach6-22/+9
2012-02-17iwlwifi: kill iwl_down and s/__iwl_down/iwl_downEmmanuel Grumbach3-16/+11
2012-02-17iwlwifi: change args to ucode routinesDon Fry4-35/+36
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry6-48/+46
2012-02-17iwlwifi: move firmware_loading_complete to iwl_nicDon Fry3-6/+4
2012-02-17iwlwifi: move firmware_name to iwl_nicDon Fry2-8/+5
2012-02-17iwlwifi: move fw_index from iwl_priv to iwl_nicDon Fry2-12/+12
2012-02-17iwlwifi: move ucode_ver to iwl_nicDon Fry5-20/+22
2012-02-17iwlwifi: create iwl_nic structureDon Fry4-2/+86
2012-02-17iwlwifi: give PCIe its own lockJohannes Berg4-31/+40
2012-02-17iwlwifi: move workqueue to privJohannes Berg13-33/+29
2012-02-17iwlwifi: trace debug messagesJohannes Berg4-42/+235
2012-02-17iwlwifi: added reply data to testmode HCMD sendAmit Beka2-10/+60
2012-02-17iwlwifi: testmode new indirect RW APIAmit Beka3-122/+163
2012-02-17iwlwifi: log as error when error detectedWey-Yi Guy1-71/+51
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+12
2012-02-06Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville30-1776/+1837
2012-02-03iwlwifi: range check to testmode direct reg accessAmit Beka1-2/+16
2012-02-03iwlwifi: release IRQ in error pathJohannes Berg1-1/+3
2012-02-03iwlwifi: move all ucode routines to iwl-ucode.cDon Fry7-719/+791
2012-02-03iwlwifi: move bcast_sta_id init to common routineDon Fry5-10/+1
2012-02-03iwlwifi: clarify commentDon Fry1-1/+1
2012-02-03iwlwifi: debug print in tx_queue_set_status is more clearEmmanuel Grumbach1-3/+6
2012-02-03iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach4-11/+10
2012-02-03iwlwifi: move hw_rev to transport layerEmmanuel Grumbach3-11/+4
2012-02-03iwlwifi: kill bus_get_hw_idEmmanuel Grumbach6-49/+10
2012-02-03iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach5-21/+6
2012-02-03iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach5-28/+4
2012-02-03iwlwifi: kill bus_apm_configEmmanuel Grumbach3-40/+46
2012-02-03iwlwifi: consolidate the start_device flowEmmanuel Grumbach4-120/+103
2012-02-03iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach2-23/+11
2012-02-03iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach5-44/+61
2012-02-03iwlwifi: move apm_init to start_hwEmmanuel Grumbach4-89/+87
2012-02-03iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach3-21/+15
2012-02-03iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach4-19/+29
2012-02-03iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach3-17/+19
2012-02-03iwlwifi: remove the pointer to dev from the bus layerEmmanuel Grumbach5-17/+16
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach24-406/+405
2012-02-03iwlwifi: the read / write register ops move to transportEmmanuel Grumbach5-64/+48