summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
AgeCommit message (Expand)Author
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach
2011-08-29iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach
2011-08-29iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach
2011-08-29iwlagn: remove references to priv from the transport layerEmmanuel Grumbach
2011-08-29iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach
2011-08-29iwlagn: more comments for bt channel inhibitionWey-Yi Guy
2011-08-29iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy
2011-08-29iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach
2011-08-29iwlagn: move ISR related data to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: introduce struct iwl-shared - known by all layersEmmanuel Grumbach
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach
2011-08-29iwlagn: Rename iwlcore prefixWey-Yi Guy
2011-08-08iwlagn: support new P2P implementationJohannes Berg
2011-08-08iwlagn: move context init after firmware loadingJohannes Berg
2011-08-08iwlagn: separate firmware version warningJohannes Berg
2011-08-08iwlagn: remove wireless extensions inclusionsJohannes Berg
2011-07-24iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller
2011-07-21iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach
2011-07-21iwlagn: implement WoWLANJohannes Berg
2011-07-21iwlagn: rewrite HW cryptoJohannes Berg
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy
2011-07-21iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach
2011-07-21iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach
2011-07-16iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach
2011-07-16iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach
2011-07-16iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addrFry, Donald H
2011-07-16iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy
2011-07-16iwlagn: remove un-necessary fileWey-Yi Guy
2011-07-16iwlagn: move the Rx dispatching to the upper layerEmmanuel Grumbach
2011-07-16iwlagn: move sync_irq to transport layerEmmanuel Grumbach
2011-07-16iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach
2011-07-13iwlagn: Add missing comma between constant string arrayJoe Perches
2011-07-11iwlagn: declare staticWey-Yi Guy