iwlagn: transport layer receives struct iwl_trans*
[pandora-kernel.git] / drivers / net / wireless / iwlwifi / iwl-trans.c
2011-07-21 Emmanuel Grumbachiwlagn: transport layer receives struct iwl_trans*
2011-07-21 Emmanuel Grumbachiwlagn: move iwl_prepare_card_hw to the transport layer
2011-07-21 Emmanuel Grumbachiwlagn: move more functions from the start flow to...
2011-07-21 Emmanuel Grumbachiwlagn: SCD configuration for AMPDU moves to transport...
2011-07-21 Emmanuel Grumbachiwlagn: add kick_nic API to transport layer
2011-07-16 Emmanuel Grumbachiwlagn: add tx start API to transport layer
2011-07-16 Emmanuel Grumbachiwlagn: move iwlagn_stop_device to transport layer
2011-07-16 Emmanuel Grumbachiwlagn: move rx transport functions to iwl-trans-rx...
2011-07-16 Emmanuel Grumbachiwlagn: move sync_irq to transport layer
2011-07-16 Emmanuel Grumbachiwlagn: move the tasklet / irq to the transport layer
2011-07-16 Emmanuel Grumbachiwlagn: move Tx datapath to transport layer
2011-07-11 Emmanuel Grumbachiwlagn: provide heplers to access the transport ops
2011-07-11 Wey-Yi Guyiwlagn: remove the indirection for the dma channel num
2011-07-11 Emmanuel Grumbachiwlagn: consolidate the API that sends host commands...
2011-07-11 Emmanuel Grumbachiwlagn: remove code duplication
2011-07-11 Emmanuel Grumbachiwlagn: add an API for TX stop
2011-07-11 Emmanuel Grumbachiwlagn: add an API for RX stop
2011-07-11 Emmanuel Grumbachiwlagn: add an API to free the TX context
2011-07-11 John W. LinvilleMerge branch 'master' of /linux/kernel/git/padovan...
2011-07-11 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-08 John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2011-07-06 John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2011-07-01 Emmanuel Grumbachiwlagn: move the tx allocation funcs to the transport...
2011-07-01 Emmanuel Grumbachiwlagn: add rx_free to transport layer
2011-07-01 Emmanuel Grumbachiwlagn: introduce transport layer and implement rx_init