aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-trans.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-05-03iwlwifi: fix skb truesize underestimationEric Dumazet1-0/+1
2012-04-23iwlwifi: use direct calls for transport freeJohannes Berg1-22/+1
2012-04-23iwlwifi: clean up iwl-shared.h includesJohannes Berg1-7/+2
2012-04-23iwlwifi: provide proper API to disable all interruptsEmmanuel Grumbach1-4/+6
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach1-1/+0
2012-04-18iwlwifi: remove the shared areaEmmanuel Grumbach1-6/+4
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach1-2/+6
2012-04-16iwlwifi: remove get_cmd_stringJohannes Berg1-0/+3
2012-04-12iwlwifi: move eeprom into privJohannes Berg1-2/+0
2012-04-12iwlwifi: move queue watchdog into transportJohannes Berg1-9/+3
2012-04-12iwlwifi: move rx_page_order into transportJohannes Berg1-0/+4
2012-04-09iwlwifi: split POWER_PMI status bitDon Fry1-0/+7
2012-04-09iwlwifi: move queue mapping out of transportJohannes Berg1-40/+31
2012-04-09iwlwifi: process multiple frames per RXBJohannes Berg1-4/+13
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman1-0/+3
2012-03-12iwlwifi: convert bad state message into warningJohannes Berg1-14/+14
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg1-0/+9
2012-03-09iwlwifi: restore PAN supportEmmanuel Grumbach1-1/+2
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman1-0/+9
2012-03-08iwlwifi: configure transport layer from dvm op modeMeenakshi Venkataraman1-2/+12
2012-03-08iwlwifi: transport's tx_agg_disable must be atomicJohannes Berg1-3/+1
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-33/+3
2012-03-07iwlwifi: move packet to transportJohannes Berg1-0/+56
2012-03-07iwlwifi: move irq to PCIeJohannes Berg1-2/+0
2012-03-07iwlwifi: move all uCode load variablesJohannes Berg1-3/+0
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-3/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-2/+3
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-19/+0
2012-03-06iwlwifi: iwl_rx_cmd_buffer belongs to transport APIJohannes Berg1-0/+17
2012-03-06iwlwifi: transport's tx_agg_alloc must not sleepJohannes Berg1-3/+1
2012-03-06iwlwifi: pass response packet directlyJohannes Berg1-2/+11
2012-03-06iwlwifi: clean up (wowlan) suspend flowJohannes Berg1-0/+11
2012-03-06iwlwifi: introduce per-queue locksJohannes Berg1-2/+0
2012-02-27iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach1-4/+4
2012-02-27iwlwifi: document the operational modeEmmanuel Grumbach1-6/+0
2012-02-27iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-0/+2
2012-02-27iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach1-0/+13
2012-02-27iwlwifi: use sparse compliant __aligned__ attributeEmmanuel Grumbach1-1/+1
2012-02-17iwlwifi: save ucode capabilities in iwl_fwDon Fry1-3/+0
2012-02-17iwlwifi: the transport knows its stateEmmanuel Grumbach1-0/+49
2012-02-17iwlwifi: document the transport layerEmmanuel Grumbach1-13/+107
2012-02-17iwlwifi: change args to ucode routinesDon Fry1-2/+0
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry1-15/+1
2012-02-02iwlwifi: move all ucode routines to iwl-ucode.cDon Fry1-2/+0
2012-02-02iwlwifi: move hw_rev to transport layerEmmanuel Grumbach1-0/+1
2012-02-02iwlwifi: kill bus_get_hw_idEmmanuel Grumbach1-0/+3
2012-02-02iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach1-0/+2
2012-02-02iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach1-0/+2
2012-02-02iwlwifi: consolidate the start_device flowEmmanuel Grumbach1-25/+19