cregit-Linux how code gets into the kernel

Release 4.15 net/mac80211/wme.h

Directory: net/mac80211
/*
 * Copyright 2004, Instant802 Networks, Inc.
 * Copyright 2005, Devicescape Software, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef _WME_H

#define _WME_H

#include <linux/netdevice.h>
#include "ieee80211_i.h"

u16 ieee80211_select_queue_80211(struct ieee80211_sub_if_data *sdata,
				 struct sk_buff *skb,
				 struct ieee80211_hdr *hdr);
u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata,
			   struct sk_buff *skb);
void ieee80211_set_qos_hdr(struct ieee80211_sub_if_data *sdata,
			   struct sk_buff *skb);

#endif /* _WME_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Johannes Berg2438.10%228.57%
Jiri Benc1726.98%114.29%
Thomas Pedersen1726.98%114.29%
Yoni Divinsky23.17%114.29%
Javier Cardona23.17%114.29%
David S. Miller11.59%114.29%
Total63100.00%7100.00%
Directory: net/mac80211
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.