summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-07-16iwlagn: simplify TX flags assignmentsJohannes Berg1-11/+7
2011-07-16iwlagn: add comment to tx and get_tx_cmd in iwl_trans_opsEmmanuel Grumbach1-0/+2
2011-07-16iwlagn: comments for iwl_cfgWey-Yi Guy1-5/+12
2011-07-16iwlagn: another double indirect removedWey-Yi Guy2-20/+5
2011-07-16iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy9-89/+41
2011-07-16iwlagn: remove un-necessary fileWey-Yi Guy6-222/+174
2011-07-16iwlagn: move the Rx dispatching to the upper layerEmmanuel Grumbach3-38/+52
2011-07-16iwlagn: move sync_irq to transport layerEmmanuel Grumbach6-10/+20
2011-07-16iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach6-29/+55
2011-07-16iwlagn: move Tx datapath to transport layerEmmanuel Grumbach5-146/+189
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville34-620/+743
2011-07-13iwlagn: Add missing comma between constant string arrayJoe Perches1-2/+2
2011-07-11iwlagn: fix warning in testmode attribute tableWey-Yi Guy1-1/+1
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry14-151/+109
2011-07-11iwlagn: separate and enhance the fixed rate fromWey-Yi Guy4-12/+30
2011-07-11iwlagn: block regular host commands if driver don't own uCodeWey-Yi Guy1-0/+6
2011-07-11iwlagn: allow application own the uCode operationWey-Yi Guy3-2/+62
2011-07-11iwlagn: add CMD_ON_DEMAND flag for host command from testmodeWey-Yi Guy2-0/+2
2011-07-11iwlagn: declare staticWey-Yi Guy1-1/+1
2011-07-11iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman6-2/+150
2011-07-11iwlagn: use bt handler for 2030 and 135 series devicesWey-Yi Guy1-2/+23
2011-07-11iwlagn: remove double level temperature indirect callWey-Yi Guy6-25/+9
2011-07-11iwlagn: remove indirection for eeprom_query_addrFry, Donald H9-19/+4
2011-07-11iwlagn: remove the indirection for iwl_apm_initFry, Donald H7-34/+11
2011-07-11iwlagn: remove the indirection for update_chain_flagsFry, Donald H8-16/+5
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach17-50/+104
2011-07-11iwlagn: remove the indirection for the dma channel numWey-Yi Guy8-10/+3
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach19-92/+100
2011-07-11iwlagn: remove code duplicationEmmanuel Grumbach2-22/+0
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach7-55/+59
2011-07-11iwlagn: add an API for RX stopEmmanuel Grumbach4-18/+19
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach8-148/+95
2011-07-11iwlagn: remove the CMD_MAPPED flagEmmanuel Grumbach2-13/+4
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-2/+1
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville23-593/+726
2011-07-06iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-07-01iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach6-10/+3
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy11-73/+23
2011-07-01iwlagn: call bt_coex directllyWey-Yi Guy1-11/+9
2011-07-01iwlagn: scd memory boundaryWey-Yi Guy2-8/+19
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach8-257/+236
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach5-49/+62
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach10-83/+241
2011-07-01iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy3-1/+6
2011-07-01iwlagn: add correct firmware name for 135 seriesWey-Yi Guy1-5/+11
2011-07-01iwlagn: re-define the testmode cmd and attr enumWey-Yi Guy1-104/+132
2011-07-01iwlagn: verify mutex held for sync commandsJohannes Berg2-11/+3
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-74/+69
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-25/+28
2011-06-28iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville1-6/+6