summaryrefslogtreecommitdiff
path: root/sound/pci/ice1712/Makefile
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-11-24 13:48:27 +0200
committerLuca Coelho <luciano.coelho@intel.com>2017-02-03 16:26:41 +0200
commit5c228d63f963bd7e20b6a9b06e93272093e98628 (patch)
treed87b9eebc6e76ce5b6d6f47718cd237917290726 /sound/pci/ice1712/Makefile
parent45b957e3edd22139a4e20067b39e15acbf36fb92 (diff)
iwlwifi: mvm: support new alive notification
Support getting alive from two LMACs and dumping debug data from both. Deprecate older alive notifications no one is using. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'sound/pci/ice1712/Makefile')
0 files changed, 0 insertions, 0 deletions
/2 an extensive test suite and 3/3 has benchmarking code for the new trie type. Feedback is much appreciated. Changelog: v3 -> v4: * David added a 3rd patch that augments map_perf_test for LPM trie benchmarks * Limit allocation of maps of this new type to CAP_SYS_ADMIN for now, as requested by Alexei * Add a stub .map_delete_elem so the core does not stumble over a NULL pointer when the syscall is invoked * Tests for non-power-of-2 prefix lengths were added * More comment style fixes v2 -> v3: * Store both the key match data and the caller provided value in the same byte array attached to a node. This avoids double allocations * Bring back node->flags to distinguish between 'real' and intermediate nodes * Fix comment style and some typos v1 -> v2: * Turn spin lock into raw spinlock * Lock with irqsave options during trie_update_elem() * Return -ENOMEM properly from trie_alloc() * Force attr->flags == BPF_F_NO_PREALLOC during creation * Set trie->map.pages after creation to account for map memory * Allow arbitrary value sizes * Removed node->flags and denode intermediate nodes through node->value == NULL instead rfc -> v1: * Add __rcu pointer annotations to make sparse happy * Fold _lpm_trie_find_target_node() into its only caller * Fix some minor documentation issues ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/nfc/hci/Makefile')