summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: call bcma_core_pci_power_save() from non-atomic contextArend van Spriel2013-09-261-0/+4
* brcmfmac: obtain platform data upon module initializationArend van Spriel2013-09-264-23/+24
* mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao2013-09-261-7/+0
* mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar2013-09-263-4/+4
* p54usb: add USB ID for Corega WLUSB2GTST USB adapterChristian Lamparter2013-09-261-0/+1
* cw1200: Use a threaded oneshot irq handler for cw1200_spiSolomon Peachy2013-09-261-3/+4
* Revert "cw1200: Don't perform SPI transfers in interrupt context"Solomon Peachy2013-09-264-33/+4
* mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao2013-09-261-3/+2
* rtlwifi: Align private space in rtl_priv structLarry Finger2013-09-261-1/+1
* ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau2013-09-261-0/+6
* p54usb: fix leak at failure path in p54u_load_firmware()Alexey Khoroshilov2013-09-261-0/+1
* ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau2013-09-261-2/+4
* ath9k: Fix regression in LNA diversitySujith Manoharan2013-09-261-7/+0
* ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau2013-09-261-1/+3
* ath9k: fix stale flag handling on buffer cloneFelix Fietkau2013-09-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-197-16/+60
|\
| * rt2800: change initialization sequence to fix system freezeStanislaw Gruszka2013-09-091-5/+6
| * rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov2013-09-091-5/+10
| * brcmfmac: fix bus interface selection in KconfigArend van Spriel2013-09-091-2/+2
| * cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy2013-09-091-0/+9
| * cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy2013-09-094-4/+33
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-133-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-065-7/+7
|\
| * treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
| * treewide: Fix typo in printkMasanari Iida2013-08-204-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-05225-4970/+9933
|\ \
| * | drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-036-20/+21
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-09-03139-2160/+3394
| |\ \
| | * | cw1200: When debug is enabled, display all wakeup conditions for the wait_eve...Solomon Peachy2013-08-281-2/+2
| | * | cw1200: Display the correct default reference clock.Solomon Peachy2013-08-281-1/+1
| | * | rt2800usb: Add WLI-UC-G300HP's Product ID.Masami Ichikawa2013-08-281-0/+1
| | * | ath9k: Enable D3/L1 ASPM fix for AR9462Sujith Manoharan2013-08-281-6/+5
| | * | ath9k: Remove unused ANI commandsSujith Manoharan2013-08-285-18/+4
| | * | mwifiex: break a long line into two linesBing Zhao2013-08-281-1/+2
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-286-11/+13
| | |\ \
| | | * | mac80211_hwsim: fix error return code in init_mac80211_hwsim()Wei Yongjun2013-08-261-1/+3
| | | * | cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-234-9/+8
| | | * | mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversJohannes Berg2013-08-231-1/+2
| | * | | ath9k: ar9003_eeprom.c:3618 fix variable name typoJohn W. Linville2013-08-281-2/+2
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-2812-30/+50
| | |\ \ \
| | * | | | rt2800: fix wrong TX power compensationStanislaw Gruszka2013-08-261-0/+7
| | * | | | Update e-mail address for Andrea Merello (resubmit)Andrea Merello2013-08-2613-22/+22
| | * | | | ath9k: Fix DEBUG_FS dependency for ath9kSujith Manoharan2013-08-261-1/+1
| | * | | | zd1201: fix error return codeWei Yongjun2013-08-261-2/+6
| | * | | | mwifiex: add missing endian conversionsTobias Waldekranz2013-08-264-6/+6
| | * | | | ath9k: Fix TX poll work lockingSujith Manoharan2013-08-261-1/+1
| | * | | | ath9k: Fix ASPM workaround usageSujith Manoharan2013-08-266-25/+64
| | * | | | ath5k: debugfs: NULL-terminate stringsDjalal Harouni2013-08-261-6/+18
| | * | | | ath9k: Fix ASPM for AR9462Sujith Manoharan2013-08-263-0/+31
| | * | | | mwifiex: drop gratuitous ARP framesAvinash Patil2013-08-266-0/+67
OpenPOWER on IntegriCloud