summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville58-175/+6440
2013-01-23ath9k_hw: remove a useless WARN_ONFelix Fietkau1-3/+0
2013-01-23ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2-14/+6
2013-01-23ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau4-25/+1
2013-01-23ath9k_hw: make the initval parameter to ath9k_hw_write_array constFelix Fietkau2-2/+2
2013-01-23ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau1-37/+32
2013-01-23ath9k: clean up processing of pending tx frames on resetFelix Fietkau4-59/+32
2013-01-23ath9k: stop rx after txFelix Fietkau1-2/+2
2013-01-23net: wireless/rtlwifi: fix uninitialized variable issueCong Ding3-3/+3
2013-01-23iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov1-0/+1
2013-01-23mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()Alexey Khoroshilov1-0/+3
2013-01-23mwifiex: correction in status codes used for association failureAmitkumar Karwar2-5/+18
2013-01-23rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa4-5/+169
2013-01-23prism54: bug in getting auth typeDan Carpenter1-0/+1
2013-01-23b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()Dan Carpenter1-22/+8
2013-01-23drivers/net/wireless: need consider the not '\0' terminated string.Chen Gang1-5/+14
2013-01-23ath9k_hw: fix RF bank initializationFelix Fietkau4-14/+9
2013-01-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville14-88/+64
2013-01-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville8-68/+212
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
2013-01-22ath9k: allow setting arbitrary antenna masks on AR9003+Felix Fietkau1-0/+3
2013-01-22ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau1-19/+6
2013-01-22ath9k_hw: fix calibration issues on chainmask that don't include chain 0Felix Fietkau3-1/+4
2013-01-22rtlwifi: Fix build warning introduced by commit a290593Larry Finger1-2/+2
2013-01-22iwlegacy: fix IBSS cleanupStanislaw Gruszka1-21/+14
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+2
2013-01-16iwlwifi: improve the reports in TX pathEmmanuel Grumbach4-20/+61
2013-01-16iwlwifi: audit single frames from AGG queue in RSEmmanuel Grumbach1-0/+2
2013-01-16iwlwifi: enable communication with WoWLAN firmwareJohannes Berg7-24/+136
2013-01-16iwlwifi: simplify scheduler memory clearingJohannes Berg1-15/+7
2013-01-16iwlwifi: allow to zero SRAMEmmanuel Grumbach2-2/+4
2013-01-16iwlwifi: don't enable all interrupts on resumingJohannes Berg1-3/+0
2013-01-16iwlwifi: don't memset scalar valuesJohannes Berg2-4/+4
2013-01-15bcma: use consistent case for 'hex' constantsNathan Hintz1-5/+5
2013-01-15bcma: add support for 1 and 2 byte extended config space accessNathan Hintz1-7/+8
2013-01-15bcma: don't map/unmap a subset of the PCI config spaceNathan Hintz1-11/+11
2013-01-15bcma: jump to 'out' label for invalid 'func' valueNathan Hintz1-1/+5
2013-01-15bcma: delete duplicate readlNathan Hintz1-2/+0
2013-01-15bcma: fix bcm4716/bcm4748 i2s irqflagNathan Hintz1-0/+28
2013-01-15ath9k_hw: ar9002_hw_spectral_scan_config() can be staticFengguang Wu1-1/+1
2013-01-15Merge tag 'nfc-next-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville8-833/+915
2013-01-15ath9k: disable the tasklet before taking the PCU lockFelix Fietkau1-4/+3
2013-01-15ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2-14/+0
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez14-88/+64
2013-01-14NFC: pn533: Fix bad allocation sizeThierry Escande1-2/+2
2013-01-11bcma: update pci configuration for bcm4706/bcm4716Nathan Hintz1-1/+12
2013-01-11ath9k_hw: add tx gain tables for newer devicesFelix Fietkau6-18/+555
2013-01-11bcma: return the mips irq number in bcma_core_irqNathan Hintz3-6/+12
2013-01-11bcma: fix compile errorHauke Mehrtens1-1/+1
2013-01-11ath9k: fix spectral scan endless mode on AR9002Simon Wunderlich1-1/+1