Re: [PATCH net-next 1/3 v9] net: ether: Add support for multiplexing and aggregation type

2017-08-28 Thread Subash Abhinov Kasiviswanathan
On 2017-08-28 16:22, Dan Williams wrote: On Thu, 2017-08-24 at 22:39 -0600, Subash Abhinov Kasiviswanathan wrote: Define the multiplexing and aggregation (MAP) ether type 0x00F9. This is needed for receiving data in the MAP protocol like RMNET. This is not an officially registered ID. Signed-of

Re: [PATCH net-next 1/3 v9] net: ether: Add support for multiplexing and aggregation type

2017-08-28 Thread Dan Williams
On Thu, 2017-08-24 at 22:39 -0600, Subash Abhinov Kasiviswanathan wrote: > Define the multiplexing and aggregation (MAP) ether type 0x00F9. This > is needed for receiving data in the MAP protocol like RMNET. This is > not an officially registered ID. > > Signed-off-by: Subash Abhinov Kasiviswanath

[PATCH net-next 1/3 v9] net: ether: Add support for multiplexing and aggregation type

2017-08-24 Thread Subash Abhinov Kasiviswanathan
Define the multiplexing and aggregation (MAP) ether type 0x00F9. This is needed for receiving data in the MAP protocol like RMNET. This is not an officially registered ID. Signed-off-by: Subash Abhinov Kasiviswanathan --- include/uapi/linux/if_ether.h | 1 + 1 file changed, 1 insertion(+) diff