summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-core.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02iwlwifi: don't perform "echo test" when cmd queue stuckWey-Yi Guy1-10/+0
2011-10-14iwlagn: remove uneeded include to iwl-dev.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: move iwl_beacon_time_mask_XXX near to usageEmmanuel Grumbach1-1/+23
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-10-14iwlagn: rename all the mac80211 callback functionsWey-Yi Guy1-7/+9
2011-10-14iwlagn: add debug for mac80211 callbackWey-Yi Guy1-0/+4
2011-10-14iwlagn: eliminate bus pointer from iwl_priv structureDon Fry1-2/+2
2011-10-14iwlagn: add "echo test" command to debugfsWey-Yi Guy1-1/+7
2011-10-14iwlagn: check rf kill in queue stuckWey-Yi Guy1-0/+3
2011-10-14iwlagn: add "echo" test when command queue stuckWey-Yi Guy1-1/+22
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-2/+3
2011-09-27iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach1-3/+3
2011-09-20iwlagn: do not use interruptible waitsJohannes Berg1-1/+1
2011-09-19iwlagn: provide data after WARN_ONEmmanuel Grumbach1-1/+7
2011-09-19iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry1-11/+10
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach1-1/+2
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach1-0/+10
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach1-0/+9
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-0/+6
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach1-2/+2
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach1-1/+6
2011-09-13iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready()Dan Carpenter1-1/+1
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach1-23/+3
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach1-1/+20
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach1-0/+8
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-13/+14
2011-08-29iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach1-4/+4
2011-08-29iwlagn: move isr_statistics to transport layerEmmanuel Grumbach1-5/+0
2011-08-29iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach1-38/+0
2011-08-29iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach1-41/+0
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-4/+4
2011-08-29iwlagn: add IWL_DEBUG_FW_ERRORSEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-10/+10
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-19/+20
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-15/+15
2011-08-29iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach1-5/+5
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach1-2/+1
2011-08-29iwlagn: use iwl_get_debug_level instead of iwl_debug_levelEmmanuel Grumbach1-4/+4
2011-08-29iwlagn: Rename iwlcore prefixWey-Yi Guy1-7/+7
2011-08-09iwlagn: support new P2P implementationJohannes Berg1-0/+5
2011-07-21iwlagn: track beacon interval sent to deviceJohannes Berg1-0/+2
2011-07-21iwlagn: implement WoWLANJohannes Berg1-1/+5
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-4/+4
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach1-2/+2
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-4/+4