summaryrefslogtreecommitdiff
path: root/curvetun_client.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-10poll: changed to include <poll.h> instead of <sys/poll.h>Christian Wiese1-1/+1
2013-07-11curvetun_mgmt: consolidate the two mgmt include files into oneDaniel Borkmann1-2/+1
2013-07-11curvetun_client: include crypto instead of single nacl headerDaniel Borkmann1-1/+1
2013-07-11curvetun: renamed client, server, and management filesDaniel Borkmann1-0/+437
ext.git/patch/drivers?id=c344efd7f363a168fba623ec00667a31945831ed'>patch) tree30c0749bd6f30efe5ba1e79650f98ae89e28faba /drivers parent39b3cfdd8814e0531a58cf074682d94066d75554 (diff)
net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapter
The ibmvnic driver keeps its statistics in net_device->stats, so the net_stats member in struct ibmvnic_adapter is unused. Remove it. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'drivers')