ieee80211_i.h (2f6d7c1b34403b97fa57473edcb6749d1db5ace3) ieee80211_i.h (42935ecaf4e784d0815afa9a7e5fe7e141157ca3)
1/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2005, Devicescape Software, Inc.
4 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
5 * Copyright 2007-2008 Johannes Berg <johannes@sipsolutions.net>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 600 unchanged lines hidden (view full) ---

609struct ieee80211_local {
610 /* embed the driver visible part.
611 * don't cast (use the static inlines below), but we keep
612 * it first anyway so they become a no-op */
613 struct ieee80211_hw hw;
614
615 const struct ieee80211_ops *ops;
616
1/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2005, Devicescape Software, Inc.
4 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
5 * Copyright 2007-2008 Johannes Berg <johannes@sipsolutions.net>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 600 unchanged lines hidden (view full) ---

609struct ieee80211_local {
610 /* embed the driver visible part.
611 * don't cast (use the static inlines below), but we keep
612 * it first anyway so they become a no-op */
613 struct ieee80211_hw hw;
614
615 const struct ieee80211_ops *ops;
616
617 /*
618 * private workqueue to mac80211. mac80211 makes this accessible
619 * via ieee80211_queue_work()
620 */
621 struct workqueue_struct *workqueue;
622
617 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES];
618 /* also used to protect ampdu_ac_queue and amdpu_ac_stop_refcnt */
619 spinlock_t queue_stop_reason_lock;
620
621 int open_count;
622 int monitors, cooked_mntrs;
623 /* number of interfaces with corresponding FIF_ flags */
624 int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss;

--- 531 unchanged lines hidden ---
623 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES];
624 /* also used to protect ampdu_ac_queue and amdpu_ac_stop_refcnt */
625 spinlock_t queue_stop_reason_lock;
626
627 int open_count;
628 int monitors, cooked_mntrs;
629 /* number of interfaces with corresponding FIF_ flags */
630 int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss;

--- 531 unchanged lines hidden ---