summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-09wl1251: fix channel switching in monitor modeDavid Gnedt1-2/+13
2014-01-09wl1251: disable power saving in monitor modeDavid Gnedt1-3/+7
2014-01-09wl1251: implement multicast address filtering (fwd)David Gnedt5-11/+67
2014-01-09wl1251: configure hardware en-/decryption for monitor modeDavid Gnedt7-11/+39
2014-01-09wl1251: split RX and TX data path initialisationDavid Gnedt3-17/+41
2014-01-09wl1251: implement hardware ARP filteringDavid Gnedt3-0/+53
2014-01-09wl1251: retry power save entryDavid Gnedt5-1/+58
2014-01-09wl1251: fix scan behaviour while not associatedDavid Gnedt3-1/+17
2014-01-09cfg80211: Add a function to get the number of supported channelsIlan Peer6-32/+29
2014-01-09NFC: nfcmrvl: Fix possible memory leak issueAmitkumar Karwar1-2/+7
2014-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville20-811/+2015
2014-01-07mac80211: remove channel_change_timeJohannes Berg17-31/+0
2014-01-07NFC: digital: Set rf tech and crc functions when receiving a PSL_REQThierry Escande1-13/+31
2014-01-07NFC: digital: Set current target active on activate_target() callThierry Escande2-2/+28
2014-01-07mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach1-3/+2
2014-01-07mac80211: clean up prepare_for_handlers() return valueJohannes Berg1-18/+18
2014-01-07mac80211: simplify code in ieee80211_prepare_and_rx_handleEmmanuel Grumbach1-3/+1
2014-01-07mac80211: clean up garbage in commentEmmanuel Grumbach1-1/+1
2014-01-07Bluetooth: Fix 6loWPAN peer lookupClaudio Takahasi1-2/+2
2014-01-07Bluetooth: Fix setting Universal/Local bitClaudio Takahasi1-1/+1
2014-01-07NFC: nfcmrvl: Add setup handlerAmitkumar Karwar2-0/+21
2014-01-07NFC: nfcmrvl: Initial commit for Marvell NFC driverAmitkumar Karwar7-0/+680
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar2-0/+17
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar2-0/+4
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar1-6/+0
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin1-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin1-8/+38
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin1-16/+16
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin1-7/+14
2014-01-06mac80211_hwsim: fix a print messageJohannes Berg1-1/+1
2014-01-06mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel4-10/+10
2014-01-06brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel4-20/+14
2014-01-06brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel2-4/+6
2014-01-06brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel3-38/+18
2014-01-06brcmfmac: inform cfg80211 when changing the CONNECTED stateArend van Spriel1-2/+3
2014-01-06brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel1-1/+1
2014-01-06brcmfmac: enable watchdog when bus initialization is completeArend van Spriel1-1/+1
2014-01-06brcmfmac: correct detection of save&restore device capabilityArend van Spriel1-7/+22
2014-01-06brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel1-0/+12
2014-01-06brcmfmac: correct reporting HT40 support in wiphy htcapArend van Spriel2-43/+91
2014-01-06brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel1-56/+34
2014-01-06brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel1-29/+10
2014-01-06brcmfmac: Limit control message length from host to device.Hante Meuleman2-5/+10
2014-01-06brcmfmac: Remove some obsolete definitions and variables.Hante Meuleman2-4/+0
2014-01-06brcmfmac: rework SDIO register access functionsArend van Spriel2-132/+96
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen5-0/+46
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-40/+105
2014-01-06cfg80211: fix wext-compat for getting retry valueUjjal Roy1-2/+2
2014-01-06Bluetooth: Default to no security with L2CAP RAW socketsJohan Hedberg1-0/+3
2014-01-06Bluetooth: Fix NULL pointer dereference when disconnectingJohan Hedberg1-1/+1