aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10wlcore: fix a couple small memory leaksDan Carpenter1-2/+2
2012-07-10wlcore: determine AP extra rates correctlyArik Nemtsov1-5/+15
2012-07-10wlcore: check ssid length against the correct elementEliad Peller1-1/+1
2012-07-10wl12xx/wl18xx: use a dynamic PS timeout of 1.5secArik Nemtsov2-2/+2
2012-07-10wlcore: define number of supported bands internallyArik Nemtsov3-4/+7
2012-07-10wlcore: don't set SDIO_FAILED flag when driver state is offArik Nemtsov2-7/+7
2012-07-10wlcore: change the wait for event mechanismYoni Divinsky1-1/+7
2012-07-10wlcore: Prevent processing of work items during op_stopIdo Yariv3-25/+32
2012-07-10wlcore: implement .flush callbackEliad Peller1-0/+8
2012-07-10wl12xx/wlcore: increase FW filename versionLuciano Coelho4-27/+6
2012-07-10wlcore: add probe request templates for sched and one-shot scansYoni Divinsky6-9/+39
2012-07-10wlcore: always clear recovery flag during recovery_workArik Nemtsov1-2/+2
2012-07-10wlcore: avoid debug prints during intended FW recoveryArik Nemtsov1-3/+4
2012-07-10wlcore: remove recover cmd from testmodeArik Nemtsov1-12/+1
2012-07-10wlcore: don't stop tx queue via watermark if already stoppedArik Nemtsov1-1/+3
2012-07-10wlcore/wl12xx/wl18xx: check min FW versionArik Nemtsov6-0/+100
2012-07-10wlcore: enable sched scan while connectedVictor Goldenshtein3-1/+6
2012-07-09NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz1-0/+3
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz7-18/+28
2012-07-09NFC: Use communicate thru only for PaSoRi when trying to read Felica tagsSamuel Ortiz1-12/+11
2012-07-09NFC: Add initial Sony RC-S360 support to pn533Samuel Ortiz1-38/+181
2012-07-09NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz1-2/+2
2012-07-09NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz1-0/+9
2012-07-09NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz1-2/+0
2012-07-09NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz1-0/+44
2012-07-09NFC: LLCP late bindingSamuel Ortiz2-77/+166
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz1-17/+5
2012-07-09NFC: Forbid LLCP service name reusingSamuel Ortiz1-1/+3
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz3-14/+11
2012-07-09NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz1-3/+8
2012-07-09NFC: Build LLCP general bytes upon requestSamuel Ortiz1-15/+17
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz1-4/+7
2012-07-09NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz1-0/+1
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz1-0/+3
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz1-0/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade5-37/+47
2012-07-09NFC: update PN544 HCI driver state when opened/closedEric Lapuyade1-0/+5
2012-07-09NFC: Error management documentationEric Lapuyade1-0/+33
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade1-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade1-6/+13
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade1-2/+7
2012-07-09NFC: Implement HCI driver or internal error managementEric Lapuyade1-4/+11
2012-07-09NFC: Factorize HCI cmd completionEric Lapuyade1-11/+16
2012-07-09NFC: Driver failure APIEric Lapuyade2-0/+12
2012-07-09NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade3-22/+23
2012-07-09NFC: Implement HCP reaggregation allocation error caseEric Lapuyade1-5/+10
2012-07-09NFC: Remove an impossible HCI error caseEric Lapuyade1-10/+0
2012-07-09NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade1-4/+4
2012-07-09NFC: Removed addressed shdlc TODOsEric Lapuyade1-11/+0
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade3-8/+21