summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-29ssb: make ssb_sdio_switch_core staticRafał Miłecki2-7/+1
2015-09-29ssb: unexport ssb_bus_pcibus_registerRafał Miłecki1-1/+0
2015-09-29bcma: add support for population subnodes also when build as moduleHauke Mehrtens1-7/+2
2015-09-29brcmfmac: include linux/atomic.hHauke Mehrtens1-0/+1
2015-09-29brcmfmac: Accept events when TDLS is used in combination with p2p.Hante Meuleman1-2/+1
2015-09-29brcmfmac: Fix TDLS setup by properly handling p2p noif.Hante Meuleman3-3/+25
2015-09-29brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices.Hante Meuleman4-10/+133
2015-09-29brcmfmac: Fix race condition bug when deleting p2p interface.Hante Meuleman1-8/+14
2015-09-29brcmfmac: Add module parameter to disable features.Hante Meuleman1-0/+13
2015-09-29brcmfmac: Fix p2p bug for older firmwares.Hante Meuleman1-4/+6
2015-09-29brcmfmac: Only handle p2p_stop_device if vif is validHante Meuleman1-5/+11
2015-09-29brcmfmac: Deleting of p2p device is leaking memory.Hante Meuleman3-20/+32
2015-09-29brcmfmac: Workaround in change vif for wpa_supplicant support.Hante Meuleman1-12/+31
2015-09-29brcmfmac: Make p2pon module param always available.Hante Meuleman1-3/+1
2015-09-29brcmfmac: Fix bug in flowring management.Hante Meuleman1-1/+1
2015-09-29brcmfmac: Inform p2p module about p2pon through APIHante Meuleman5-9/+18
2015-09-29brcmfmac: Only assign primary netdev to if2bss array.Hante Meuleman1-4/+10
2015-09-29brcmfmac: Fix set and get tx-power functions.Hante Meuleman1-111/+26
2015-09-29brcmfmac: Add support for the BCM4350 PCIE device.Hante Meuleman3-0/+12
2015-09-29brcmfmac: Fix exception handling.Hante Meuleman1-0/+1
2015-09-29mwifiex: complete usb tx data with multi endpointsZhaoyang Liu8-16/+90
2015-09-29mwifiex: add usb multi endpoints resync supportZhaoyang Liu6-4/+127
2015-09-29mwifiex: add usb tx data multi endpoints supportZhaoyang Liu3-46/+97
2015-09-29mwifiex: add usb multi channel event process supportZhaoyang Liu5-10/+82
2015-09-29mwifiex: move usb specific data_sent update to usb.cZhaoyang Liu5-29/+6
2015-09-29mwifiex: fix tx data_sent issue for usb interfaceZhaoyang Liu4-9/+13
2015-09-29mwifiex: Suppress -ENOSR error for data traffic on USBAmitkumar Karwar1-1/+1
2015-09-29mwifiex: correct paused tx data packet counterZhaoyang Liu2-5/+14
2015-09-29mwifiex: avoid memsetting PCIe event bufferAmitkumar Karwar1-1/+0
2015-09-29mwifiex: fix NULL pointer dereference during hidden SSID scanAniket Nagarnaik1-1/+1
2015-09-29mwifiex: don't always include ht/vht info in tdls confirm frameAniket Nagarnaik1-0/+12
2015-09-29mwifiex: NULL check for cfg80211_inform_bss()Xinming Hu2-10/+16
2015-09-29mwifiex: fix driver init failure under memory pressureXinming Hu3-7/+20
2015-09-29mwifiex: minor corrections in multiport aggregation codeXinming Hu1-2/+5
2015-09-29mwifiex: update amsdu tx packet time stampZhaoyang Liu1-0/+1
2015-09-29mwifiex: fix typo in del_virtual_intf() functionXinming Hu1-3/+3
2015-09-29wlcore: align reg_ch_conf_last[] to 64bitGuodong Xu1-1/+1
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik7-6/+16
2015-09-29carl9170: fix bad rssi readingHiroaki KAWAI1-1/+1
2015-09-29net/wireless/wl18xx: Add missing MODULE_FIRMWAREGeoff Levand1-0/+1
2015-09-29ath9k: enable hw manual peak calibration for QCA9561Miaoqing Pan1-2/+4
2015-09-29mwifiex: Make mwifiex_dbg a function, reduce object sizeJoe Perches2-9/+28
2015-09-29brcmfmac: Reset PCIE devices after recognition.Hante Meuleman3-21/+64
2015-09-29brcmfmac: introduce brcmf_net_detach() functionArend van Spriel2-9/+15
2015-09-29brcmfmac: change prototype for brcmf_fws_hdrpull()Arend van Spriel3-17/+12
2015-09-29brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed()Arend van Spriel1-2/+2
2015-09-29brcmfmac: add dedicated debug level for firmware console loggingArend van Spriel3-3/+12
2015-09-29brcmfmac: add mapping for interface index to bsscfg indexArend van Spriel2-9/+14
2015-09-29brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize()Arend van Spriel4-17/+15
2015-09-29brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instanceArend van Spriel6-11/+13