summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * iwlagn: fix *_UCODE_API_MAX output in the firmware fieldEvgeni Golov2011-06-274-11/+15
| | * iwlagn: map command buffers BIDIJohannes Berg2011-06-271-7/+10
| | * iwlagn: fix cmd queue unmapJohannes Berg2011-06-271-4/+1
| | * iwlagn: fix change_interface for P2P typesJohannes Berg2011-06-241-1/+2
| | * iwlagn: Fix a bug introduced by the HUGE command removalEmmanuel Grumbach2011-06-241-6/+1
| | * iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy2011-06-081-0/+5
| * | iwlwifi: use pci_dev->revision, againSergei Shtylyov2011-06-271-3/+1
| * | iwlagn: fix rmmod crashStanislaw Gruszka2011-06-271-5/+2
| * | iwlagn: don't use CCK rates for P2P interfacesJohannes Berg2011-06-243-6/+15
| * | iwlagn: fill beacon TX rate properlyJohannes Berg2011-06-243-24/+22