summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)Author
2012-02-27iwlwifi: iwl-agn.h included twiceDanny Kukawka
2012-02-17iwlwifi: enable receiving beacons when not associatedMeenakshi Venkataraman
2012-02-17iwlwifi: remove un-necessary returnWey-Yi Guy
2012-02-17iwlwifi: SRAM size moves from hw_params to cfgEmmanuel Grumbach
2012-02-17iwlwifi: save ucode capabilities in iwl_fwDon Fry
2012-02-17iwlwifi: changes args to iwl_nic for firmware operationsDon Fry
2012-02-17iwlwifi: the transport knows its stateEmmanuel Grumbach
2012-02-17iwlwifi: move event and err pointers to iwl_nicDon Fry
2012-02-17iwlwifi: document the transport layerEmmanuel Grumbach
2012-02-17iwlwifi: send testmode hcmd reply with rx headerAmit Beka
2012-02-17iwlwifi: fixes to testmode indirect accessAmit Beka
2012-02-17iwlwifi: use enhance_sensitivity from iwl_fwEmmanuel Grumbach
2012-02-17iwlwifi: iwl_set_hw_params returns always 0Emmanuel Grumbach
2012-02-17iwlwifi: kill iwl_down and s/__iwl_down/iwl_downEmmanuel Grumbach
2012-02-17iwlwifi: change args to ucode routinesDon Fry
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry
2012-02-17iwlwifi: move firmware_loading_complete to iwl_nicDon Fry
2012-02-17iwlwifi: move firmware_name to iwl_nicDon Fry
2012-02-17iwlwifi: move fw_index from iwl_priv to iwl_nicDon Fry
2012-02-17iwlwifi: move ucode_ver to iwl_nicDon Fry
2012-02-17iwlwifi: create iwl_nic structureDon Fry
2012-02-17iwlwifi: give PCIe its own lockJohannes Berg
2012-02-17iwlwifi: move workqueue to privJohannes Berg
2012-02-17iwlwifi: trace debug messagesJohannes Berg
2012-02-17iwlwifi: added reply data to testmode HCMD sendAmit Beka
2012-02-17iwlwifi: testmode new indirect RW APIAmit Beka
2012-02-17iwlwifi: log as error when error detectedWey-Yi Guy
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-06Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville
2012-02-02iwlwifi: range check to testmode direct reg accessAmit Beka
2012-02-02iwlwifi: release IRQ in error pathJohannes Berg
2012-02-02iwlwifi: move all ucode routines to iwl-ucode.cDon Fry
2012-02-02iwlwifi: move bcast_sta_id init to common routineDon Fry
2012-02-02iwlwifi: clarify commentDon Fry
2012-02-02iwlwifi: debug print in tx_queue_set_status is more clearEmmanuel Grumbach
2012-02-02iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach
2012-02-02iwlwifi: move hw_rev to transport layerEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_get_hw_idEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_apm_configEmmanuel Grumbach
2012-02-02iwlwifi: consolidate the start_device flowEmmanuel Grumbach
2012-02-02iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach
2012-02-02iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach
2012-02-02iwlwifi: move apm_init to start_hwEmmanuel Grumbach
2012-02-02iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach
2012-02-02iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach
2012-02-02iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach
2012-02-02iwlwifi: remove the pointer to dev from the bus layerEmmanuel Grumbach
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach