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