david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net/80211
Michael Brown b20d4a1522 [netdevice] Allow network devices to disclaim IRQ support at runtime
VLAN and 802.11 devices use a network device operations structure that
wraps an underlying structure.  For example, the vlan_operations
structure wraps the network device operations structure of the
underlying trunk device.  This can cause false positives from the
current implementation of netdev_irq_supported(), which will always
report that VLAN devices support interrupts since it has no visibility
into the support provided by the underlying trunk device.

Fix by allowing network devices to explicitly flag that interrupts are
not supported, despite the presence of an irq() method.

Originally-fixed-by: Wissam Shoukair <wissams@mellanox.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-07-28 15:14:40 +01:00
..
net80211.c [netdevice] Allow network devices to disclaim IRQ support at runtime 2015-07-28 15:14:40 +01:00
rc80211.c [legal] Update FSF mailing address in GPL licence texts 2012-07-20 19:55:45 +01:00
sec80211.c [libc] Use __einfo() tuple as first argument to EUNIQ() 2013-04-19 00:45:13 +01:00
wep.c [settings] Explicitly separate the concept of a completed fetched setting 2013-12-05 00:37:02 +00:00
wpa.c [build] Fix the REQUIRE_SYMBOL mechanism 2015-03-05 00:59:38 +00:00
wpa_ccmp.c [802.11] Use correct SHA1_DIGEST_SIZE constant name 2015-07-27 15:59:10 +01:00
wpa_psk.c [legal] Update FSF mailing address in GPL licence texts 2012-07-20 19:55:45 +01:00
wpa_tkip.c [libc] Rewrite byte-swapping code 2015-03-02 16:35:37 +00:00