summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-dev.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach1-0/+3
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach1-1/+3
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach1-4/+3
2011-07-16iwlagn: add comment to tx and get_tx_cmd in iwl_trans_opsEmmanuel Grumbach1-0/+2
2011-07-16iwlagn: move sync_irq to transport layerEmmanuel Grumbach1-0/+5
2011-07-16iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach1-0/+4
2011-07-16iwlagn: move Tx datapath to transport layerEmmanuel Grumbach1-0/+4
2011-07-11iwlagn: separate and enhance the fixed rate fromWey-Yi Guy1-1/+1
2011-07-11iwlagn: allow application own the uCode operationWey-Yi Guy1-0/+8
2011-07-11iwlagn: add CMD_ON_DEMAND flag for host command from testmodeWey-Yi Guy1-0/+1
2011-07-11iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman1-0/+3
2011-07-11iwlagn: remove the indirection for the dma channel numWey-Yi Guy1-2/+0
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-4/+19
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach1-2/+2
2011-07-11iwlagn: add an API for RX stopEmmanuel Grumbach1-0/+2
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach1-0/+3
2011-07-11iwlagn: remove the CMD_MAPPED flagEmmanuel Grumbach1-1/+0
2011-07-01iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach1-1/+0
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-1/+3
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach1-0/+2
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach1-0/+16
2011-07-01iwlagn: verify mutex held for sync commandsJohannes Berg1-1/+0
2011-06-18iwlagn: store the irq number to iwl_bus just like devEmmanuel Grumbach1-0/+1
2011-06-18iwlagn: warn about nested SYNC commandsEmmanuel Grumbach1-0/+1
2011-06-18iwlagn: finally kill the pointer to pci_dev from iwl-dev.hEmmanuel Grumbach1-4/+0
2011-06-18iwlagn: add a get_irq method to iwl_bus_ops and use itEmmanuel Grumbach1-0/+2
2011-06-18iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach1-0/+2
2011-06-18iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy1-0/+5
2011-06-18iwlagn: move PCI related operations from probe and remove to PCI layerEmmanuel Grumbach1-3/+6
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach1-0/+3
2011-06-18iwlagn: introduce iwl_bus and iwl_bus_opsEmmanuel Grumbach1-0/+23
2011-06-18iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach1-0/+2
2011-06-11iwlagn: don't check ucode subtypeJohannes Berg1-1/+8
2011-06-11iwlagn: add dumpit support for testmode trace functionWey-Yi Guy1-0/+1
2011-06-11iwlagn: usersapce application decide the size of trace bufferWey-Yi Guy1-0/+2
2011-06-03iwlagn: fix channel switch lockingStanislaw Gruszka1-12/+1
2011-05-13iwlagn: change default beacon intervalJohannes Berg1-1/+1
2011-05-13iwlagn: add testmode set fixed rate commandWey-Yi Guy1-0/+2
2011-05-13iwlagn: add testmode trace commandWey-Yi Guy1-0/+11
2011-05-13iwlagn: support multiple TBs per commandJohannes Berg1-18/+28
2011-05-13iwlagn: remove unused pad argumentJohannes Berg1-2/+0
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg1-2/+3
2011-05-10iwlagn: fix iwl_is_any_associatedJohannes Berg1-8/+11
2011-05-06iwlagn: remove frame pre-allocationJohannes Berg1-13/+0
2011-05-06iwlwifi: support the svtool messages interactions through nl80211 test modeCindy H. Kao1-0/+2
2011-04-30iwlagn: use proper good CRC threshold behaviourJohannes Berg1-2/+5
2011-04-22iwlagn: remove hw_ready variableJohannes Berg1-1/+0
2011-04-22iwlagn: combine firmware code/dataJohannes Berg1-4/+7
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg1-9/+1
2011-04-22iwlagn: leave notification waits on firmware errorsJohannes Berg1-1/+1