Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e4e2d9b authored by L. Alberto Giménez's avatar L. Alberto Giménez Committed by Greg Kroah-Hartman
Browse files

Staging: rt2860: wpa.h: Fix space after unary '*' operator.



Fix checkpatch error raised by the use of spaces between the '*' operator and
the corresponding variable name.

Signed-off-by: default avatarL. Alberto Giménez <agimenez@sysvalve.es>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 68e4ccaa
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -371,17 +371,13 @@ struct PACKED rt_rsn_capability {
  ========================================*/
BOOLEAN WpaMsgTypeSubst(u8 EAPType, int *MsgType);

void PRF(u8 * key,
	 int key_len,
	 u8 * prefix,
	 int prefix_len,
void PRF(u8 *key, int key_len, u8 *prefix, int prefix_len,
	 u8 *data, int data_len, u8 *output, int len);

int PasswordHash(char *password,
		 unsigned char *ssid, int ssidlength, unsigned char *output);

u8 *GetSuiteFromRSNIE(u8 *rsnie,
			 u32 rsnie_len, u8 type, u8 * count);
u8 *GetSuiteFromRSNIE(u8 *rsnie, u32 rsnie_len, u8 type, u8 *count);

void WpaShowAllsuite(u8 *rsnie, u32 rsnie_len);