summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
'reload'/>
authorhayeswang <hayeswang@realtek.com>2016-07-05 16:11:46 +0800
committerDavid S. Miller <davem@davemloft.net>2016-07-05 10:22:29 -0700
commit2609af19362d03332b55fc7836e7023bcd6d90bf (patch)
treeab721cf01775b1166ba43bee4300e6fba888badb
parent7831b4ff0d926e0deeaabef9db8800ed069a2757 (diff)
r8152: fix runtime function for RTL8152
The RTL8152 doesn't have U1U2 and U2P3 features, so use different runtime functions for RTL812 and RTL8153 by adding autosuspend_en() to rtl_ops. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat