aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/mac80211/key.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/mac80211/key.c b/net/mac80211/key.c
index 20bf9db7a388..5f58895ee0d2 100644
--- a/net/mac80211/key.c
+++ b/net/mac80211/key.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
@@ -5,10 +6,6 @@
* Copyright 2007-2008 Johannes Berg <johannes@sipsolutions.net>
* Copyright 2013-2014 Intel Mobile Communications GmbH
* Copyright 2015-2017 Intel Deutschland GmbH
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/if_ether.h>
tions'>-1/+32 2017-12-27sequencer: do not invent whitespace when transforming OIDsJohannes Schindelin1-1/+4 2017-12-27sequencer: report when noop has an argumentJohannes Schindelin1-4/+9 2017-12-27sequencer: remove superfluous conditionalJohannes Schindelin1-3/+1 2017-12-27sequencer: strip bogus LF at end of error messagesJohannes Schindelin1-4/+4 2017-12-27rebase: do not continue when the todo list generation failedJohannes Schindelin1-1/+2 2017-12-27RelNotes: the eleventh batchJunio C Hamano1-0/+41 2017-12-27sequencer.c: drop 'const' from function return typeJunio C Hamano1-1/+1 2017-12-22strbuf: fix urlencode format string on signed charJulien Dusser1-1/+1 2017-12-22send-pack: use internal argv_array of struct child_processRené Scharfe1-19/+9 2017-12-22http: use internal argv_array of struct child_processRené Scharfe1-8/+3 2017-12-22git-p4: update multiple shelved change listsLuke Diamand3-26/+47 2017-12-22check-non-portable-shell.pl: `wc -l` may have leading WSTorsten Bögershausen1-0/+1 2017-12-22config.txt: document behavior of backslashes in subsectionsDave Borowitz1-5/+7 2017-12-22merge-recursive: avoid incorporating uncommitted changes in a mergeElijah Newren2-1/+8 2017-12-22move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren3-37/+42 2017-12-22t6044: recursive can silently incorporate dirty changes in a mergeElijah Newren1-5/+21 2017-12-22t/helper/test-lazy-name-hash: fix compilationStefan Beller1-1/+1 2017-12-19t5573, t7612: clean up after unexpected success of 'pull' and 'merge'Junio C Hamano2-8/+17 2017-12-19RelNotes: the tenth batchJunio C Hamano1-0/+46 2017-12-19builtin/describe.c: describe a blobStefan Beller3-7/+107 2017-12-19http: support CURLPROXY_HTTPSWei Shuyu1-0/+5 2017-12-19rebase: rebasing can also be done when HEAD is detachedKaartic Sivaraam1-2/+14 2017-12-19rebase: distinguish user input by quoting itKaartic Sivaraam1-2/+2 2017-12-19rebase: consistently use branch_name variableKaartic Sivaraam1-7/+10 2017-12-19Doc/check-ref-format: clarify information about @{-N} syntaxKaartic Sivaraam1-7/+12 2017-12-18config: document default value of http.sslVerifySimon Ruderich1-2/+2 2017-12-18p7519: improve check for prerequisite WATCHMANRené Scharfe1-2/+1 2017-12-18imap-send: URI encode server folderNicolas Morey-Chaisemartin1-1/+7 2017-12-14version --build-options: report commit, too, if possibleJohannes Schindelin4-1/+10 2017-12-14version --build-options: also report host CPUEric Sunshine2-0/+10 2017-12-14transport: make transport vtable more privateJonathan Tan4-87/+120 2017-12-14clone, fetch: remove redundant transport checkJonathan Tan2-6/+0