All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH 3/6] handshake: remove ERP cache pointer
Date: Tue, 03 Aug 2021 10:27:56 -0700	[thread overview]
Message-ID: <20210803172759.123297-3-prestwoj@gmail.com> (raw)
In-Reply-To: <20210803172759.123297-1-prestwoj@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

---
 src/handshake.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/handshake.h b/src/handshake.h
index 2d51da7c..955e2eec 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -132,7 +132,6 @@ struct handshake_state {
 	uint8_t gtk_rsc[6];
 	uint8_t proto_version : 2;
 	unsigned int gtk_index;
-	struct erp_cache_entry *erp_cache;
 	bool support_ip_allocation : 1;
 	uint32_t client_ip_addr;
 	uint32_t subnet_mask;
-- 
2.31.1

  parent reply	other threads:[~2021-08-03 17:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03 17:27 [PATCH 1/6] fils: isolate ERP cache into fils.c James Prestwood
2021-08-03 17:27 ` [PATCH 2/6] station: don't set ERP cache to handshake James Prestwood
2021-08-03 17:27 ` James Prestwood [this message]
2021-08-03 17:27 ` [PATCH 4/6] erp: add erp_cache_check_identity James Prestwood
2021-08-03 17:27 ` [PATCH 5/6] network: use erp_cache_check_identity James Prestwood
2021-08-03 17:27 ` [PATCH 6/6] erp: refactor to eliminate references/put/remove James Prestwood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210803172759.123297-3-prestwoj@gmail.com \
    --to=prestwoj@gmail.com \
    --cc=iwd@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.