summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: add support for MT7620Roman Yeryomin2017-03-225-27/+1578
* zd1211rw: fix NULL-deref at probeJohan Hovold2017-03-221-0/+3
* rt2x00: fix TX_PWR_CFG_4 register definitionDaniel Golle2017-03-201-4/+4
* ipw2200: remove redundant check of rc < 0Colin Ian King2017-03-201-3/+0
* brcmfmac: wrap brcmf_fws_reset_interface into bcdc layerFranky Lin2017-03-203-2/+17
* brcmfmac: wrap brcmf_fws_del_interface into bcdc layerFranky Lin2017-03-203-2/+18
* brcmfmac: wrap brcmf_fws_add_interface into bcdc layerFranky Lin2017-03-204-2/+19
* brcmfmac: move brcmf_txcomplete to bcdc layerFranky Lin2017-03-206-23/+25
* brcmfmac: move brcmf_txflowblock to bcdc layerFranky Lin2017-03-206-16/+17
* brcmfmac: Handle status == BRCMF_E_STATUS_ABORT in cfg80211_escan_handlerHans de Goede2017-03-201-0/+3
* brcmfmac: Do not complain about country code "00"Hans de Goede2017-03-201-0/+4
* brcmfmac: Do not print the firmware version as an errorHans de Goede2017-03-202-1/+10
* brcmfmac: always print error when PSM's watchdog firesRafał Miłecki2017-03-203-23/+34
* bcma: fill core OF info independently of bus typeRafał Miłecki2017-03-201-2/+2
* bcma: use helper function to set core dev's parentRafał Miłecki2017-03-201-2/+1
* bcma: drop unneeded check for CONFIG_OF_IRQRafał Miłecki2017-03-201-3/+0
* rtlwifi: Add QoS-NULL and BT-QoS-NULL to reserved page.Ping-Ke Shih2017-03-208-33/+287
* rtlwifi: Add code to read new versions of firmwareLarry Finger2017-03-202-6/+24
* rtlwifi: Update 8812ae new phy parameters and its parser.Ping-Ke Shih2017-03-203-1046/+280
* rtlwifi: Update 8821ae new phy parameters and its parser.Ping-Ke Shih2017-03-204-249/+214
* mwifiex: fix kernel crash after shutdown command timeoutBrian Norris2017-03-202-4/+4
* mwifiex: send fewer channels to scan while connectedAmitkumar Karwar2017-03-201-3/+8
* mwifiex: fix for unaligned readsDevidas Puranik2017-03-209-57/+56
* mwifiex: Use accessors routines for unaligned valuesDaniel Mentz2017-03-206-32/+49
* mwifiex: add qualifier to firmware structuresKarthik Ananthapadmanabha2017-03-202-20/+20
* mwifiex: pcie: clean up error prints in mwifiex_pcie_reset_notify()Brian Norris2017-03-201-12/+5
* mwifiex: wake system up when receives a wake irqJeffy Chen2017-03-201-0/+3
* atmel: remove time_t usageAlexandre Belloni2017-03-201-1/+1
* rtlwifi: fix spelling mistake: "conuntry" -> "country"Colin Ian King2017-03-081-1/+1
* rtl8187: Enable monitor mode to fix multicast receptionNils Holland2017-03-081-9/+7
* rt2x00: fix rt2x00debug_dump_frame commentStanislaw Gruszka2017-03-081-1/+1
* rt2800: use TXOP_BACKOFF for probe framesStanislaw Gruszka2017-03-081-3/+4
* rt2800: status based rate flags for nomatch caseStanislaw Gruszka2017-03-082-1/+36
* rt2x00: use txdone_nomatch on rt2800usbStanislaw Gruszka2017-03-084-19/+35
* rt2x00: fixup fill_tx_status for nomatch caseStanislaw Gruszka2017-03-082-1/+6
* rt2x00: add txdone nomatch functionStanislaw Gruszka2017-03-082-0/+52
* rt2x00: separte clearing entry from rt2x00lib_txdoneStanislaw Gruszka2017-03-081-22/+29
* rt2x00: separte filling tx status from rt2x00lib_txdoneStanislaw Gruszka2017-03-081-65/+76
* rt2800: identify station based on status WCIDStanislaw Gruszka2017-03-083-1/+8
* rt2x00: rt2800lib: move rt2800_drv_data declaration into rt2800lib.hGabor Juhos2017-03-082-25/+23
* bcma: gpio: set of_node regardless of the host typeRafał Miłecki2017-03-081-2/+1
* net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi2017-03-071-0/+6
* net: ethernet: bgmac: driver power manangementJoey Zhong2017-03-073-0/+87
* net: ethernet: bgmac: unify code of the same familyJon Mason2017-03-071-36/+28
* net: ethernet: bgmac: use #defines for MAX sizeJon Mason2017-03-071-1/+1
* net: axienet: use eth_hw_addr_random()Tobias Klauser2017-03-071-1/+1
* netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skbstephen hemminger2017-03-071-2/+4
* netvsc: enable GROstephen hemminger2017-03-071-4/+4
* netvsc: implement NAPIstephen hemminger2017-03-074-47/+102
* vmbus: introduce in-place packet iteratorstephen hemminger2017-03-072-25/+103