summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2009-11-19drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2-3/+3
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller24-1/+24
2009-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-177/+83
2009-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller95-1913/+1837
2009-11-18drivers/net/wireless/rtl818x: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/wireless/p54: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/wireless/iwlwifi: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/adm8211.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-164/+43
2009-11-16ath5k: allow setting txpower to 0Bob Copeland1-2/+0
2009-11-16rndis_wlan: handle NL80211_AUTHTYPE_AUTOMATICJussi Kivilinna1-0/+2
2009-11-16rt2800: do not enable tbtt unless we are in a beacon modeJosef Bacik1-1/+2
2009-11-16ath9k: fix massive rx packet loss issueFelix Fietkau1-0/+1
2009-11-16rt2x00: Fix BUG on rt2800usb when trying to read eFuse EEPROM.Gertjan van Wingerde4-10/+27
2009-11-16rt2x00: Log RT/RF chipset information correctly.Gertjan van Wingerde7-4/+13
2009-11-16rt2x00: Initialize rf302x RF values properly for rt2800pci.Gertjan van Wingerde1-17/+12
2009-11-16rt2x00: Fix rt2800lib RF chip programming selection.Gertjan van Wingerde1-3/+7
2009-11-14rt2800lib: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-11-14ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054Vasanthakumar Thiagarajan1-2/+2
2009-11-14ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bitVasanthakumar Thiagarajan1-1/+1
2009-11-14rt2x00: Properly detect Ralink RT3070 devices.Gertjan van Wingerde2-13/+16
2009-11-14p54usb: Remove DMA buffer from stackLarry Finger1-3/+7
2009-11-14Revert "libipw: initiate cfg80211 API conversion"John W. Linville4-161/+36
2009-11-12rt2x00: Fix typo in rf programming of rt2800lib.Gertjan van Wingerde1-1/+1
2009-11-12rt2x00: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-18/+18
2009-11-12at76c50x-usb: Supply additional parameters to at76_start_monitor scan requestJason Andryuk1-0/+3
2009-11-12at76c50x-usb: Remove mac2str and replace with %pM format specifier.Jason Andryuk1-24/+10
2009-11-12rt2x00: Update copyright statements.Gertjan van Wingerde39-43/+82
2009-11-12rt2500usb: remove dead link tuning codeBartlomiej Zolnierkiewicz1-134/+0
2009-11-12rt2800usb: add eFuse EEPROM supportBartlomiej Zolnierkiewicz1-1/+5
2009-11-12rt2800: add eFuse EEPROM support code to rt2800libBartlomiej Zolnierkiewicz5-64/+77
2009-11-12rt2800usb: fix RX descriptor namingBartlomiej Zolnierkiewicz2-25/+25
2009-11-12rt2800: unify rt2800*_probe_hw_mode()Bartlomiej Zolnierkiewicz4-399/+221
2009-11-12rt2800: prepare for rt2800*_probe_hw_mode() unificationBartlomiej Zolnierkiewicz2-17/+26
2009-11-12rt2800usb: reorganize code in rt2800usb_probe_hw_mode()Bartlomiej Zolnierkiewicz1-21/+21
2009-11-12rt2800pci: add missing RF values to rf_vals tableBartlomiej Zolnierkiewicz1-0/+4
2009-11-12rt2800: unify EEPROM support codeBartlomiej Zolnierkiewicz4-376/+204
2009-11-12rt2800: prepare for unification of EEPROM support codeBartlomiej Zolnierkiewicz2-36/+55
2009-11-12rt2x00: Remove deprecated ieee80211_rx_status->qual usageIvo van Doorn4-109/+0
2009-11-12rt2x00: Add dynamic detection of eFuse EEPROM in rt2800pci.Gertjan van Wingerde2-4/+19
2009-11-12ath9k_common: clarify and correct jumbogram processingLuis R. Rodriguez1-10/+11
2009-11-12ath9k_common: remove ath9k_compute_qual()Luis R. Rodriguez1-42/+0
2009-11-12ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez7-369/+467
2009-11-12ath9k: move RX skb post processing to a helperLuis R. Rodriguez1-37/+52
2009-11-12ath5k: use the common->keymapLuis R. Rodriguez2-5/+7
2009-11-12ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez4-80/+85
2009-11-12ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()Luis R. Rodriguez1-10/+10
2009-11-12ath9k: move the max rx buffer size check to ath9k_rx_accept()Luis R. Rodriguez1-4/+7
2009-11-12ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis R. Rodriguez1-2/+2
2009-11-12ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez4-24/+36