opengnsys_ipxe/src/drivers
Joshua Oreman eb3ca2a36f [netdevice] Add netdev argument to link-layer push and pull handlers
In order to construct outgoing link-layer frames or parse incoming
ones properly, some protocols (such as 802.11) need more state than is
available in the existing variables passed to the link-layer protocol
handlers. To remedy this, add struct net_device *netdev as the first
argument to each of these functions, so that more information can be
fetched from the link layer-private part of the network device.

Updated all three call sites (netdevice.c, efi_snp.c, pxe_undi.c) and
both implementations (ethernet.c, ipoib.c) of ll_protocol to use the
new argument.

Signed-off-by: Michael Brown <mcb30@etherboot.org>
2009-06-23 10:41:57 +01:00
..
bitbash [spi] Add address-length autodetection to the SPI bit-bashing code 2009-05-28 19:32:03 +01:00
block [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
bus [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
infiniband [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
net [netdevice] Add netdev argument to link-layer push and pull handlers 2009-06-23 10:41:57 +01:00
nvs [spi] Add address-length autodetection to the SPI bit-bashing code 2009-05-28 19:32:03 +01:00