summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-10-03iwlagn: fix dangling scan requestJohannes Berg1-14/+16
2011-10-03iwlegacy: do not use interruptible waitsStanislaw Gruszka5-13/+13
2011-10-03rtlwifi: rtl8192cu: Fix unitialized structLarry Finger1-0/+1
2011-10-03iwlegacy: fix command queue timeoutStanislaw Gruszka1-0/+2
2011-10-03ath9k_hw: Fix Rx DMA stuck for AR9003 chipsRajkumar Manoharan1-1/+1
2011-10-03iwlagn: workaround bug crashing some APsDon Fry1-0/+5
2011-10-03rtl2800usb: Fix incorrect storage of MAC address on big-endian platformsLarry Finger1-8/+9
2011-10-03rt2800pci: Fix compiler error on PowerPCLarry Finger1-13/+17
2011-10-03b43: Fix beacon problem in ad-hoc modeManual Munz1-1/+2
2011-10-03iwlagn: fix command queue timeoutJohannes Berg1-0/+2
2011-10-03rtlwifi: Fix problem when switching connectionsGeorge1-0/+8
2011-10-03rtlwifi: rtl8192su: Fix problem connecting to HT-enabled APGeorge1-5/+6
2011-10-03ath9k_hw: fix calibration on 5 ghzFelix Fietkau1-1/+2
2011-10-03iwlegacy: fix BUG_ON(info->control.rates[0].idx < 0)Stanislaw Gruszka1-5/+8
2011-10-03rt2x00: fix crash in rt2800usb_get_txwiStanislaw Gruszka1-4/+3
2011-10-03rt2x00: fix crash in rt2800usb_write_tx_descStanislaw Gruszka2-1/+13
2011-10-03rt2x00: do not drop usb dev reference counter on suspendStanislaw Gruszka1-13/+1
2011-10-03ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC addressSenthil Balasubramanian1-1/+1
2011-10-03carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAlexey Khoroshilov1-1/+3
2011-10-03ath9k: Fix PS wrappers in ath9k_set_coverage_classMohammed Shafi Shajakhan1-0/+4
2011-08-30rt2x00: fix order of entry flags modificationStanislaw Gruszka1-10/+7
2011-08-17ath5k: fix error handling in ath5k_beacon_sendBob Copeland1-9/+14
2011-08-16ath9k: fix a misprint which leads to incorrect calibrationAlex Hacker1-1/+1
2011-08-16ath9k_hw: Fix incorrect Tx control power in AR9003 templateRajkumar Manoharan1-3/+3
2011-08-16iwlagn: 5000 do not support idle modeWey-Yi Guy3-1/+5
2011-08-16net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2-0/+2
2011-08-16ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka5-13/+40
2011-08-16ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau1-0/+2
2011-08-16iwlegacy: set tx power after rxon_assocStanislaw Gruszka2-3/+11
2011-08-16rtlwifi: Fix kernel oops on ARM SOCLarry Finger1-9/+11
2011-08-16rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-08-16rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka1-2/+1
2011-08-05rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-08-05rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2011-08-05ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2-4/+2
2011-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-6/+16
2011-07-11ath5k: Add missing breaks in switch/caseJoe Perches1-0/+3
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-6/+16
2011-07-05rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000MYoann DI-RUZZA1-0/+1
2011-07-05ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan1-1/+2
2011-07-05carl9170: add NEC WL300NU-AG usbidChristian Lamparter1-0/+2
2011-07-05ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin1-2/+5
2011-07-05ath5k: fix incorrect use of drvdata in sysfs codePavel Roskin1-3/+6
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-32/+36
2011-06-29ath5k: fix memory leak when fewer than N_PD_CURVES are in useEugene A. Shatokhin1-5/+3
2011-06-29ath9k: Fix suspend/resume when no interface is UPRajkumar Manoharan1-0/+6
2011-06-28iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville1-6/+6
2011-06-27iwlagn: fix *_UCODE_API_MAX output in the firmware fieldEvgeni Golov4-11/+15
2011-06-27Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-17/+13
2011-06-27iwlagn: map command buffers BIDIJohannes Berg1-7/+10