summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy2011-12-191-1/+1
* iwlwifi: remove unused AMPDU factor/density configurationJohannes Berg2011-12-161-4/+0
* iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach2011-12-161-28/+0
* iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry2011-12-161-17/+16
* iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry2011-12-061-14/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-5/+17
|\
| * iwlwifi: change the default behavior of watchdog timerWey-Yi Guy2011-12-021-5/+17
* | iwlwifi: set "echo" host command lengthWey-Yi Guy2011-11-111-0/+1
* | iwlwifi: move more mac80211 callback functionWey-Yi Guy2011-11-111-304/+0
* | iwlagn: use per-vif AC parametersJohannes Berg2011-11-111-16/+14
|/
* iwlwifi: don't perform "echo test" when cmd queue stuckWey-Yi Guy2011-11-021-10/+0
* iwlagn: remove uneeded include to iwl-dev.hEmmanuel Grumbach2011-10-141-1/+0
* iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach2011-10-141-1/+0
* iwlagn: move iwl_beacon_time_mask_XXX near to usageEmmanuel Grumbach2011-10-141-1/+23
* iwlagn: merge station management functionsWey-Yi Guy2011-10-141-1/+0
* iwlagn: rename all the mac80211 callback functionsWey-Yi Guy2011-10-141-7/+9
* iwlagn: add debug for mac80211 callbackWey-Yi Guy2011-10-141-0/+4
* iwlagn: eliminate bus pointer from iwl_priv structureDon Fry2011-10-141-2/+2
* iwlagn: add "echo test" command to debugfsWey-Yi Guy2011-10-141-1/+7
* iwlagn: check rf kill in queue stuckWey-Yi Guy2011-10-141-0/+3
* iwlagn: add "echo" test when command queue stuckWey-Yi Guy2011-10-141-1/+22
* 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/+10
* 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/+3
* 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/+0
* iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach2011-08-291-38/+0
* iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-291-41/+0
* 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
OpenPOWER on IntegriCloud