summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-2/+3
* iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach2011-09-271-3/+3
* iwlagn: do not use interruptible waitsJohannes Berg2011-09-191-1/+1
* iwlagn: provide data after WARN_ONEmmanuel Grumbach2011-09-191-1/+7
* iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry2011-09-191-11/+10Star
* iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach2011-09-191-1/+2
* iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach2011-09-191-0/+10
* iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach2011-09-191-0/+9
* iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach2011-09-141-0/+6
* iwlagn: clean up of transport layerEmmanuel Grumbach2011-09-141-2/+2
* iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach2011-09-141-1/+6
* iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready()Dan Carpenter2011-09-131-1/+1
* iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach2011-08-291-23/+3Star
* iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach2011-08-291-1/+20
* iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach2011-08-291-0/+8
* iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach2011-08-291-13/+14
* iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-4/+4
* iwlagn: move isr_statistics to transport layerEmmanuel Grumbach2011-08-291-5/+0Star
* iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach2011-08-291-38/+0Star
* iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-291-41/+0Star
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-4/+4
* iwlagn: add IWL_DEBUG_FW_ERRORSEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-10/+10
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-291-19/+20
* iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-15/+15
* iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach2011-08-291-5/+5
* iwlagn: introduce iwl-shared.hEmmanuel Grumbach2011-08-291-2/+1Star
* iwlagn: use iwl_get_debug_level instead of iwl_debug_levelEmmanuel Grumbach2011-08-291-4/+4
* iwlagn: Rename iwlcore prefixWey-Yi Guy2011-08-291-7/+7
* iwlagn: support new P2P implementationJohannes Berg2011-08-081-0/+5
* iwlagn: track beacon interval sent to deviceJohannes Berg2011-07-211-0/+2
* iwlagn: implement WoWLANJohannes Berg2011-07-211-1/+5
* iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-211-4/+4
* iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-211-2/+2
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-4/+4
* iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-111-4/+5
* iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-111-7/+9
* iwlagn: add an API to free the TX contextEmmanuel Grumbach2011-07-111-6/+0Star
* iwlagn: remove hcmd opsWey-Yi Guy2011-07-011-4/+2Star
* iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach2011-07-011-14/+0Star
* iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy2011-07-011-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-281-1/+2
|\
| * iwlagn: fix change_interface for P2P typesJohannes Berg2011-06-241-1/+2
* | iwlagn: fill beacon TX rate properlyJohannes Berg2011-06-241-13/+0Star
* | iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach2011-06-181-3/+3
* | iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy2011-06-181-23/+1Star