mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
staging: wlan-ng: fix coding style issues in p80211netdev.h
Fix two issues with parameters not aligned to opening parenthesis, as reported by checkpatch. File is now clean for checkpatch. Signed-off-by: Tim Collier <osdevtc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
51e8dca6d0
commit
8a9fa40199
@ -180,11 +180,11 @@ struct wlandevice {
|
||||
int (*close)(struct wlandevice *wlandev);
|
||||
void (*reset)(struct wlandevice *wlandev);
|
||||
int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb,
|
||||
union p80211_hdr *p80211_hdr,
|
||||
struct p80211_metawep *p80211_wep);
|
||||
union p80211_hdr *p80211_hdr,
|
||||
struct p80211_metawep *p80211_wep);
|
||||
int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg);
|
||||
int (*set_multicast_list)(struct wlandevice *wlandev,
|
||||
struct net_device *dev);
|
||||
struct net_device *dev);
|
||||
void (*tx_timeout)(struct wlandevice *wlandev);
|
||||
|
||||
/* 802.11 State */
|
||||
|
Loading…
Reference in New Issue
Block a user