summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-lib.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel1-0/+1
2012-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-08iwlwifi: more status bit factoringDon Fry1-4/+4
2012-03-08iwlwifi: separate status to priv and transDon Fry1-1/+1
2012-03-08iwlwifi: remove unused argument from iwlagn_suspendJohannes Berg1-2/+1
2012-03-07iwlwifi: move packet to transportJohannes Berg1-1/+1
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg1-0/+6
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg1-10/+10
2012-03-07iwlwifi: move lockdep assertion into DVMJohannes Berg1-0/+8
2012-03-07iwlwifi: move RF/CT kill check to command wrapperJohannes Berg1-0/+6
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-10/+28
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-1/+1
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-1/+1
2012-03-07iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg1-1/+1
2012-03-07iwlwifi: move wowlan bool into privJohannes Berg1-1/+1
2012-03-07iwlwifi: remove SKU from configJohannes Berg1-1/+1
2012-03-07iwlwifi: remove shared lockJohannes Berg1-3/+0
2012-03-07iwlwifi: introduce statistics lockJohannes Berg1-0/+2
2012-03-05iwlwifi: fix wowlan suspendJohannes Berg1-1/+1
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-1/+1
2012-02-17iwlwifi: move ucode_ver to iwl_nicDon Fry1-1/+1
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-2/+2
2012-01-24iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry1-1/+2
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach1-1/+1
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-11/+11
2011-12-09iwlagn: use IWL_MAX_TID_COUNT for WoWLANJohannes Berg1-1/+1
2011-12-09iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry1-16/+16
2011-12-02iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry1-51/+0
2011-11-11iwlwifi: Move the core suspend function to iwl-agn-libWey-Yi Guy1-0/+357
2011-11-11iwlagn: check for SMPS modeWey-Yi Guy1-0/+1
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-09-22iwlagn: remove the callback in host commandsEmmanuel Grumbach1-3/+5
2011-09-22iwlagn: move scan code to scan fileJohannes Berg1-427/+0
2011-09-20iwlagn: use iwl_eeprom_calib_hdr structureWey-Yi Guy1-5/+1
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach1-32/+1
2011-08-29iwlagn: move dump_csr and dump_fh to transport layerEmmanuel Grumbach1-130/+0
2011-08-29iwlagn: move reclaim related functionsEmmanuel Grumbach1-193/+0
2011-08-29iwlagn: reclaim the packets in transport layerEmmanuel Grumbach1-268/+3
2011-08-29iwlagn: more comments for bt channel inhibitionWey-Yi Guy1-1/+1
2011-08-29iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy1-0/+1
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-5/+5
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach1-3/+3
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-6/+6
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-7/+7