Raz Bouganim <r-bouganim@xxxxxx> writes: > This patch adding support for new cipher suite - AES-CMAC in wlcore driver. > This patch is required for support PMF/WPA3 connection to install IGTK key. > > Signed-off-by: Raz Bouganim <r-bouganim@xxxxxx> > --- > drivers/net/wireless/ti/wlcore/cmd.h | 1 + > drivers/net/wireless/ti/wlcore/main.c | 4 ++++ > 2 files changed, 5 insertions(+) > > diff --git a/drivers/net/wireless/ti/wlcore/cmd.h b/drivers/net/wireless/ti/wlcore/cmd.h > index f2609d5..1d14bd1 100644 > --- a/drivers/net/wireless/ti/wlcore/cmd.h > +++ b/drivers/net/wireless/ti/wlcore/cmd.h > @@ -458,6 +458,7 @@ enum wl1271_cmd_key_type { > KEY_TKIP = 2, > KEY_AES = 3, > KEY_GEM = 4, > +KEY_IGTK = 5, > }; The indentation is still all broken up, look at the end result: enum wl1271_cmd_key_type { KEY_NONE = 0, KEY_WEP = 1, KEY_TKIP = 2, KEY_AES = 3, KEY_GEM = 4, KEY_IGTK = 5, }; Can someone help Raz with this? -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches