summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
...
| * | iwlagn: simplify TX flags assignmentsJohannes Berg2011-07-161-11/+7
| * | iwlagn: add comment to tx and get_tx_cmd in iwl_trans_opsEmmanuel Grumbach2011-07-161-0/+2
| * | iwlagn: comments for iwl_cfgWey-Yi Guy2011-07-161-5/+12
| * | iwlagn: another double indirect removedWey-Yi Guy2011-07-162-20/+5
| * | iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy2011-07-169-89/+41
| * | iwlagn: remove un-necessary fileWey-Yi Guy2011-07-166-222/+174
| * | iwlagn: move the Rx dispatching to the upper layerEmmanuel Grumbach2011-07-163-38/+52
| * | iwlagn: move sync_irq to transport layerEmmanuel Grumbach2011-07-166-10/+20
| * | iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach2011-07-166-29/+55
| * | iwlagn: move Tx datapath to transport layerEmmanuel Grumbach2011-07-165-146/+189
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-1534-620/+743
|\ \ \ | |/ /
| * | iwlagn: Add missing comma between constant string arrayJoe Perches2011-07-131-2/+2
| * | iwlagn: fix warning in testmode attribute tableWey-Yi Guy2011-07-111-1/+1
| * | iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry2011-07-1114-151/+109
| * | iwlagn: separate and enhance the fixed rate fromWey-Yi Guy2011-07-114-12/+30
| * | iwlagn: block regular host commands if driver don't own uCodeWey-Yi Guy2011-07-111-0/+6
| * | iwlagn: allow application own the uCode operationWey-Yi Guy2011-07-113-2/+62
| * | iwlagn: add CMD_ON_DEMAND flag for host command from testmodeWey-Yi Guy2011-07-112-0/+2
| * | iwlagn: declare staticWey-Yi Guy2011-07-111-1/+1
| * | iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman2011-07-116-2/+150
| * | iwlagn: use bt handler for 2030 and 135 series devicesWey-Yi Guy2011-07-111-2/+23
| * | iwlagn: remove double level temperature indirect callWey-Yi Guy2011-07-116-25/+9
| * | iwlagn: remove indirection for eeprom_query_addrFry, Donald H2011-07-119-19/+4
| * | iwlagn: remove the indirection for iwl_apm_initFry, Donald H2011-07-117-34/+11
| * | iwlagn: remove the indirection for update_chain_flagsFry, Donald H2011-07-118-16/+5
| * | iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-1117-50/+104
| * | iwlagn: remove the indirection for the dma channel numWey-Yi Guy2011-07-118-10/+3
| * | iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-1119-92/+100
| * | iwlagn: remove code duplicationEmmanuel Grumbach2011-07-112-22/+0
| * | iwlagn: add an API for TX stopEmmanuel Grumbach2011-07-117-55/+59
| * | iwlagn: add an API for RX stopEmmanuel Grumbach2011-07-114-18/+19
| * | iwlagn: add an API to free the TX contextEmmanuel Grumbach2011-07-118-148/+95
| * | iwlagn: remove the CMD_MAPPED flagEmmanuel Grumbach2011-07-112-13/+4
| * | mac80211: fix TKIP races, make API easier to useJohannes Berg2011-07-081-2/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-0823-593/+726
|\ \ \ | |/ /
| * | iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-061-1/+1
| * | iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach2011-07-016-10/+3
| * | iwlagn: remove hcmd opsWey-Yi Guy2011-07-0111-73/+23
| * | iwlagn: call bt_coex directllyWey-Yi Guy2011-07-011-11/+9
| * | iwlagn: scd memory boundaryWey-Yi Guy2011-07-012-8/+19
| * | iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach2011-07-018-257/+236
| * | iwlagn: add rx_free to transport layerEmmanuel Grumbach2011-07-015-49/+62
| * | iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach2011-07-0110-83/+241
| * | iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy2011-07-013-1/+6
| * | iwlagn: add correct firmware name for 135 seriesWey-Yi Guy2011-07-011-5/+11
| * | iwlagn: re-define the testmode cmd and attr enumWey-Yi Guy2011-07-011-104/+132
| * | iwlagn: verify mutex held for sync commandsJohannes Berg2011-07-012-11/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-3013-74/+69
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-286-25/+28
| |\ \ | | |/
| | * iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville2011-06-281-6/+6