summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* iwlwifi: trace debug messagesJohannes Berg2012-02-174-42/+235
* iwlwifi: added reply data to testmode HCMD sendAmit Beka2012-02-172-10/+60
* iwlwifi: testmode new indirect RW APIAmit Beka2012-02-173-122/+163
* iwlwifi: log as error when error detectedWey-Yi Guy2012-02-171-71/+51
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-153-4/+12
|\
| * iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach2012-02-013-3/+11
| * iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville2012-02-011-1/+1
* | Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2012-02-0630-1776/+1837
|\ \
| * | iwlwifi: range check to testmode direct reg accessAmit Beka2012-02-021-2/+16
| * | iwlwifi: release IRQ in error pathJohannes Berg2012-02-021-1/+3
| * | iwlwifi: move all ucode routines to iwl-ucode.cDon Fry2012-02-027-719/+791
| * | iwlwifi: move bcast_sta_id init to common routineDon Fry2012-02-025-10/+1
| * | iwlwifi: clarify commentDon Fry2012-02-021-1/+1
| * | iwlwifi: debug print in tx_queue_set_status is more clearEmmanuel Grumbach2012-02-021-3/+6
| * | iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach2012-02-024-11/+10
| * | iwlwifi: move hw_rev to transport layerEmmanuel Grumbach2012-02-023-11/+4