net: ethernet: Fix doxygen documentation
Ethernet hw capability was not in generated documentation. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
10e43e12ed
commit
907ea83b1e
|
@ -71,6 +71,7 @@ struct net_eth_addr {
|
||||||
|
|
||||||
/** @endcond */
|
/** @endcond */
|
||||||
|
|
||||||
|
/** Ethernet hardware capabilities */
|
||||||
enum ethernet_hw_caps {
|
enum ethernet_hw_caps {
|
||||||
/** TX Checksum offloading supported */
|
/** TX Checksum offloading supported */
|
||||||
ETHERNET_HW_TX_CHKSUM_OFFLOAD = BIT(0),
|
ETHERNET_HW_TX_CHKSUM_OFFLOAD = BIT(0),
|
||||||
|
|
Loading…
Reference in a new issue