summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook1-2/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the LLCP MakefileKees Cook1-2/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc8-17/+17
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz2-8/+17
2012-10-26NFC: pn533: Remove unused arg parameterWaldemar Rymarkiewicz1-6/+4
2012-10-26NFC: pn533: Fix in/out frame buffer allocationWaldemar Rymarkiewicz1-2/+6
2012-10-26NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz1-4/+6
2012-10-26NFC: Implement LLCP connection less Tx pathSamuel Ortiz1-0/+19
2012-10-26NFC: UI frame sending routine implementationSamuel Ortiz2-0/+48
2012-10-26NFC: Forward LLCP datagrams to userspaceSamuel Ortiz1-1/+18
2012-10-26NFC: Handle LLCP UI framesSamuel Ortiz2-0/+45
2012-10-26NFC: Keep connection less bound sockets alive when DEP link goes downSamuel Ortiz1-0/+10
2012-10-26NFC: Check for connection less sockets when looking for a service nameSamuel Ortiz1-1/+6
2012-10-26NFC: Reserve LLCP ssap when replying to an SNL frameSamuel Ortiz1-6/+40
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang2-3/+3
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc2-10/+10
2012-10-26NFC: Fix not propagating return code in nfc_hci_clear_all_pipesSzymon Janc1-6/+2
2012-10-26NFC: Small nfc_hci_create_pipe refactoringSzymon Janc1-8/+8
2012-10-26NFC: Remove unneeded LLCP function return callsSzymon Janc1-9/+0
2012-10-26NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc1-6/+4
2012-10-26NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc1-1/+1
2012-10-26NFC: Add NFC_ATTR_RF_MODE when sending device netlink propertiesThierry Escande1-1/+2
2012-10-26NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande1-0/+5
2012-10-26NFC: Initial SNL supportSamuel Ortiz1-0/+65
2012-10-26NFC: Add SNL frame building routineSamuel Ortiz2-0/+47
2012-10-26NFC: Use llcp_allocate_pdu to build the DISC framesSamuel Ortiz1-9/+1
2012-10-26NFC: Avoid falling back to SYMM when sk is NULLSamuel Ortiz1-3/+4
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade6-415/+570
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade2-1/+4
2012-10-26NFC: Add pn544 presence check for different targetsArron Wang1-3/+28
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang3-7/+51
2012-10-26NFC: Implement HCI DEP link up and downArron Wang3-0/+66
2012-10-26NFC: Handle pn544 continue activationArron Wang2-2/+30
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang3-3/+57
2012-10-26NFC: Set local gb and DEP registriesArron Wang2-0/+65
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-94/+99
2012-10-20brcm80211: remove some truely barftastic codeAlan Cox2-40/+0
2012-10-20brcmfmac: remove 'always false' condition from brcmf_c_mkiovar_bsscfgArend van Spriel1-1/+1
2012-10-20brcmfmac: fix sparse warningsFranky Lin1-2/+2
2012-10-20brcmfmac: Using zero instead of NULLDan Carpenter1-4/+3
2012-10-20ath9k: perform ANI cycle in idle stateRajkumar Manoharan4-2/+16
2012-10-19carl9170: handle traps from firmware loaderChristian Lamparter2-3/+10
2012-10-19mwifiex: Using %*phD instead of print_hex_dump_bytesAndrei Emeltchenko1-12/+12
2012-10-19mwifiex: use sizeof(array) to print_hex_dump_bytesBing Zhao2-6/+7
2012-10-19rt2800: comment tx power settingsStanislaw Gruszka1-3/+19
2012-10-19rt2800: allow to reduce tx power on devices not exporting power limitStanislaw Gruszka1-0/+27
2012-10-19rt2800: pass channel pointer to rt2800_config_txpowerStanislaw Gruszka1-4/+5
2012-10-19rt2800: use eeprom OFDM 6M TX power as criterionStanislaw Gruszka1-5/+6
2012-10-19rt2800: compensate tx power also for non 11b rates on 2GHzStanislaw Gruszka1-3/+0