cregit-Linux how code gets into the kernel

Release 4.16 drivers/net/wireless/marvell/libertas/cfg.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LBS_CFG80211_H__

#define __LBS_CFG80211_H__

struct device;
struct lbs_private;
struct regulatory_request;
struct wiphy;

struct wireless_dev *lbs_cfg_alloc(struct device *dev);
int lbs_cfg_register(struct lbs_private *priv);
void lbs_cfg_free(struct lbs_private *priv);

void lbs_send_disconnect_notification(struct lbs_private *priv,
				      bool locally_generated);
void lbs_send_mic_failureevent(struct lbs_private *priv, u32 event);

void lbs_scan_done(struct lbs_private *priv);
void lbs_scan_deinit(struct lbs_private *priv);
int lbs_disconnect(struct lbs_private *priv, u16 reason);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Holger Schurig5855.77%114.29%
Kiran Divekar2120.19%228.57%
Daniel Drake1211.54%114.29%
Andres Salomon98.65%114.29%
Johannes Berg32.88%114.29%
Greg Kroah-Hartman10.96%114.29%
Total104100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.