summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville119-1429/+2567
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-6/+19
2011-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-6/+16
2011-07-13mwifiex: add cfg80211 handler for set_bitrate_maskYogesh Ashok Powar1-0/+54
2011-07-13ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau1-1/+6
2011-07-13ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau3-3/+13
2011-07-13ath5k: fix reference clock usec duration setting restoreFelix Fietkau1-1/+11
2011-07-13ath5k: delay full calibration after resetFelix Fietkau1-1/+1
2011-07-13ath5k: initialize common->clockrateFelix Fietkau1-0/+1
2011-07-13ath5k: fix reference clock frequency for spur mitigation on AR2413Felix Fietkau1-0/+1
2011-07-13ath5k: apply the synth voltage tweak only on AR5112 rev 2Felix Fietkau1-8/+11
2011-07-13ath5k: add missing checks for rfgain probeFelix Fietkau1-4/+6
2011-07-13ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2-4/+2
2011-07-13iwlagn: Add missing comma between constant string arrayJoe Perches1-2/+2
2011-07-13iwlegacy: Add missing comma between constant string arrayJoe Perches1-1/+1
2011-07-11ath5k: Add missing breaks in switch/caseJoe Perches1-0/+3
2011-07-11iwlagn: fix warning in testmode attribute tableWey-Yi Guy1-1/+1
2011-07-11ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan1-26/+24
2011-07-11rt2800usb: Add new device ID for BelkinEduardo Bacchi Kienetz1-0/+2
2011-07-11ath5k: Add missing breaks in switch/caseJoe Perches1-0/+3
2011-07-11rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2011-07-11libertas: fix handling of command timeout, completion and interruptionDaniel Drake4-17/+45
2011-07-11libertas: fix errors in functions accessing module registersOlivier Sobrie1-1/+3
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin18-94/+94
2011-07-11ath5k: validate mode in ath5k_ani_init() before trying to set itPavel Roskin1-0/+5
2011-07-11ath9k_hw: add a missing delay for an analog registerFelix Fietkau1-2/+3
2011-07-11ath9k_hw: fix synth delay for half/quarter channelsFelix Fietkau1-0/+5
2011-07-11ath9k_hw: set 5 GHz half/quarter channels on AR9002 using fractional modeFelix Fietkau1-1/+3
2011-07-11ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau4-49/+7
2011-07-11ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau1-8/+59
2011-07-11ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau1-1/+4
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