summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath10k: ensure txrx-compl-task is stopped when cleaning htt-txBen Greear2016-07-081-0/+2
* ath10k: remove debugfs support for Per STA total rx durationMohammed Shafi Shajakhan2016-07-081-24/+0
* ath10k: add support for ath10k_sta_statistics supportMohammed Shafi Shajakhan2016-07-083-0/+18
* ath10k: fix 10.4 extended peer stats updateMohammed Shafi Shajakhan2016-07-086-22/+119
* ath9k: Fix programming of minCCA power thresholdSven Eckelmann2016-06-301-1/+1
* ath9k: return false when reading wrong eeprom offsetEduardo Abinader2016-06-301-0/+2
* ath10k: fix some typo in spectral code commmentsMohammed Shafi Shajakhan2016-06-301-2/+2
* ath10k: disable TX_STBC for tx chainmask of 1Mohammed Shafi Shajakhan2016-06-301-1/+4
* ath10k: enable beacon loss detection support for 10.4Mohammed Shafi Shajakhan2016-06-301-0/+4
* ath10k: fix potential null dereference bugsBob Copeland2016-06-304-15/+24
* ath10k: remove unneccessary WARN_ON_ONCE in rx during ACSMohammed Shafi Shajakhan2016-06-301-1/+1
* ath10k: fix crash during card removalMohammed Shafi Shajakhan2016-06-301-0/+11
* wlcore: reconfigure sta rates on authorizationGuy Mishol2016-06-292-0/+12
* brcmfmac: add missing break when deleting P2P_DEVICERafał Miłecki2016-06-291-0/+2
* brcmfmac: include also core.h header in cfg80211.hRafał Miłecki2016-06-291-0/+1
* brcmfmac: use const char * for interface name in brcmf_add_ifRafał Miłecki2016-06-292-2/+2
* brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki2016-06-294-16/+21
* wireless: ipw2200: fix old-style declarationArnd Bergmann2016-06-291-1/+1
* wireless: brcmsmac: fix old-style declarationArnd Bergmann2016-06-291-2/+2
* wireless: airo: rename 'register' variableArnd Bergmann2016-06-291-2/+2
* mwifiex: fix AP start problem for newly added interfaceAmitkumar Karwar2016-06-291-0/+8
* mwifiex: fix AP unable to start in VHT40 problemAmitkumar Karwar2016-06-292-2/+30
* mwifiex: fix system hang problem after resumeAmitkumar Karwar2016-06-291-1/+1
* mwifiex: cancel pending scan during disconnectXinming Hu2016-06-291-0/+3
* mwifiex: factor out mwifiex_cancel_scanXinming Hu2016-06-293-38/+29
* mwifiex: Fix an issue spotted by KASANGanapathi Bhat2016-06-292-0/+16
* rtlwifi: use s8 instead of charArnd Bergmann2016-06-2936-129/+129
* libertas: Add spinlock to avoid race conditionPavel Andrianov2016-06-291-0/+4
* wlcore: sdio: Fix crash on wlcore_probe_of when failing to parse/map irqBruno Herrera2016-06-291-1/+0
* rtl8xxxu: tuse %*ph to dump buffersAndy Shevchenko2016-06-293-21/+6
* rtl8xxxu: Add additional documentation for RX DMA registersJes Sorensen2016-06-291-3/+7
* rtl8xxxu: Add bit definitions for REG_USB_SPECIAL_OPTIONJes Sorensen2016-06-291-0/+4
* libertas_tf: Remove create_workqueueBhaktipriya Shridhar2016-06-291-1/+1
* brcmfmac: slightly simplify building interface combinationsRafał Miłecki2016-06-291-21/+16
* net: ethernet: ti: cpdma: switch to use genallocGrygorii Strashko2016-06-291-72/+59
* Maxim/driver: Add driver for maxim ds26522Zhao Qiang2016-06-294-0/+401
* net: ethernet: dwc_eth_qos: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-24/+2
* net: ethernet: dwc_eth_qos: use phydev from struct net_devicePhilippe Reynes2016-06-281-24/+23
* net: ethernet: sxgbe: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-19/+2
* net: ethernet: sxgbe: use phydev from struct net_devicePhilippe Reynes2016-06-283-29/+22
* net: ethernet: r6040: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-12/+2
* net: ethernet: r6040: use phydev from struct net_devicePhilippe Reynes2016-06-281-15/+7
* net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-20/+2
* net: ethernet: hix5hd2: use phydev from struct net_devicePhilippe Reynes2016-06-281-17/+13
* Merge branch 'cpsw-runtime-pm'David S. Miller2016-06-286-77/+182
|\
| * ARM: dts: am335x/am437x/dra7: use new "ti, cpsw-mdio" compat stringGrygorii Strashko2016-06-283-3/+3
| * drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdioGrygorii Strashko2016-06-281-11/+34
| * net: davinci_mdio: introduce "ti,cpsw-mdio" compat stringGrygorii Strashko2016-06-281-0/+1
| * net: davinci_mdio: document missed "ti, am4372-mdio" compat stringGrygorii Strashko2016-06-281-1/+3
| * drivers: net: davinci_mdio: implement pm runtime auto modeGrygorii Strashko2016-06-281-9/+39