summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-11ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau1-0/+7
2011-07-11ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau1-4/+1
2011-07-11ath9k_hw: remove hardcoded PLL overrides for AR9280Felix Fietkau1-12/+13
2011-07-11mwifiex: 11n specific configuration for transmitAmitkumar Karwar2-1/+20
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-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2-1/+16
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-20/+34
2011-07-08ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan1-0/+1
2011-07-08ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan1-3/+1
2011-07-08ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan1-2/+2
2011-07-08ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan1-1/+1
2011-07-08ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2-0/+32
2011-07-08mwifiex: 4-byte alignment in mwifiex_process_sta_txpd()Yogesh Ashok Powar2-5/+12
2011-07-08mwifiex: fix minor issue in debugfs command 'info'Amitkumar Karwar1-1/+1
2011-07-08mwifiex: fix regression in WEP security modeAmitkumar Karwar1-1/+1
2011-07-08ath5k: read sc->imask with sc->irqlock heldPavel Roskin1-1/+2
2011-07-08ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin1-2/+4
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin15-180/+182
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin4-16/+14
2011-07-08ath5k: use parentheses around macro definitionsPavel Roskin2-7/+8
2011-07-08ath5k: don't use volatile, it's not neededPavel Roskin1-1/+1
2011-07-08ath5k: use more readable way to clear MAC addressPavel Roskin1-1/+2
2011-07-08ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2-4/+4
2011-07-08ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin1-1/+2
2011-07-08ath5k: remove unneeded parentheses after returnPavel Roskin2-2/+2
2011-07-08ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin10-94/+94
2011-07-08ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the codePavel Roskin1-9/+6
2011-07-08carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter1-0/+8
2011-07-08net/b43: don't return IRQ_HANDLED if nothing was doneSebastian Andrzej Siewior1-1/+1
2011-07-08b43: HT-PHY: define dummy TX power functionsRafał Miłecki1-2/+10
2011-07-08ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan1-2/+7