summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Bluetooth: Use separate function for BCM92035 vendor setupMarcel Holtmann1-28/+24
2013-04-04Bluetooth: Convert BCM92035 support to driver setup callbackMarcel Holtmann1-11/+23
2013-04-04Bluetooth: Remove trivial white spaceChan-yeol Park1-5/+5
2013-04-04Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park1-1/+4
2013-04-04Bluetooth: Fix H4 crash from incoming UART packetsChan-yeol Park1-0/+3
2013-04-04Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d]Noguchi Kazutosi2-0/+3
2013-04-03brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel3-60/+627
2013-04-03brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel1-6/+6
2013-04-03brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2-7/+10
2013-04-03brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel1-68/+68
2013-04-03brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel1-1/+1
2013-04-03brcmfmac: initialize struct brcmf_fws_info fields before iovarArend van Spriel1-4/+4
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel4-62/+63
2013-04-03brcmfmac: avoid error output on header only packetPiotr Haber1-2/+2
2013-04-03brcmfmac: avoid error output in receive pathArend van Spriel1-3/+3
2013-04-03brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel3-14/+33
2013-04-03brcmfmac: enable tx status signallingArend van Spriel5-87/+455
2013-04-03brcmfmac: add flow-control mode to firmware signallingArend van Spriel4-11/+41
2013-04-03brcmfmac: add optional bus callback definition for tx queue cleanupArend van Spriel3-3/+56
2013-04-03brcmfmac: add firmware-signalling hanger functionsArend van Spriel1-0/+197
2013-04-03brcmfmac: perform filtered firmware-signalling cleanup upon DEL_IFArend van Spriel1-2/+13
2013-04-03brcmfmac: add definitions for handling sk_buff control buffer dataArend van Spriel1-33/+107
2013-04-03brcmfmac: allow stopping netif queue for different reasonsArend van Spriel2-8/+38
2013-04-03brcmfmac: add firmware-signalling cleanup functionArend van Spriel1-5/+46
2013-04-03brcmfmac: add handler for credit map firmware eventsArend van Spriel1-0/+24
2013-04-03brcmfmac: handle firmware signal for updating mac descriptor infoArend van Spriel3-15/+112
2013-04-03brcmfmac: hookup firmware signalling to firmware interface eventsArend van Spriel5-61/+148
2013-04-03brcmfmac: determine the wiphy->bands property correctly.Hante Meuleman3-82/+278
2013-04-03brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignmentArend van Spriel1-19/+6
2013-04-03brcmfmac: minor optimization of brcmf_sdbrcm_txpkt() functionArend van Spriel1-4/+3
2013-04-03brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt()Arend van Spriel1-1/+1
2013-04-03rtlwifi: rtl8188ee: Fix wrong header patchChen, Chien-Chia9-27/+27
2013-04-03Revert "NFC: microread: Fix MEI build failure"Samuel Ortiz1-1/+1
2013-04-01rtlwifi: rtl8188ee: Enable build of new driverLarry Finger3-0/+26
2013-04-01rtlwifi: rtl8188ee: Enable recognition of RTL8188EELarry Finger4-2/+15
2013-04-01rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re...Larry Finger22-142/+219
2013-04-01rtlwifi: rtl8188ee: Add new driverLarry Finger24-0/+14998
2013-04-01rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queueLarry Finger4-24/+34
2013-04-01rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07Larry Finger8-323/+298
2013-04-01rtlwifi: rtl8723ae: Update to vendor driver of 2013.02.07Larry Finger7-8/+226
2013-04-01rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07Larry Finger8-347/+181
2013-04-01rtlwifi Modify existing bits to match vendor version 2013.02.07Larry Finger11-148/+1055
2013-04-01rt2x00: rt2800lib: probe RT chipset earlierGabor Juhos1-35/+45
2013-04-01rt2x00: rt2800lib: separate RT and RF chipset detectionGabor Juhos1-24/+32
2013-04-01rt2x00: introduce rt2x00_set_{rt,rf} helpersGabor Juhos1-0/+17
2013-04-01b43: make struct b2056_inittabs_pts constHauke Mehrtens1-3/+3
2013-04-01b43: mark some functions and structs staticHauke Mehrtens5-13/+9
2013-04-01mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil5-0/+55
2013-04-01mwifiex: change default tx/rx win_size for BA setupAvinash Patil4-6/+29
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville21-335/+317