You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/07 09:21:42 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #5436: netdev/lladdrsize: remove invalid duplicate case

anchao opened a new pull request #5436:
URL: https://github.com/apache/incubator-nuttx/pull/5436


   
   
   ## Summary
   
   netdev/lladdrsize: remove invalid duplicate case
   
   error:
   ```
   --------------------------------------
   netdev/netdev_lladdrsize.c: In function ‘netdev_lladdrsize’:
   netdev/netdev_lladdrsize.c:148:7: error: duplicate case value
     148 |       case NET_LL_BLUETOOTH:
         |       ^~~~
   netdev/netdev_lladdrsize.c:119:7: note: previously used here
     119 |       case NET_LL_BLUETOOTH:
         |       ^~~~
   ```
   
   BLUETOOTH_HDRLEN has been removed by:
   ```
   ---------------------------------
   |commit aae0d92598b14a6f760e7e7baf191b59387d539c
   |Author: Gregory Nutt <gn...@nuttx.org>
   |Date:   Sun Apr 1 15:21:58 2018 -0600
   |
   |wireless/bluetooth and net/bluetooth:
   |
   |Clean up some garbage left in Kconfig file that broke 'make menuconfig'.
   |Clean up some craziness with Bluetooth frame length definitions.
   ```
   
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   ci-check


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5436: netdev/lladdrsize: remove invalid duplicate case

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5436:
URL: https://github.com/apache/incubator-nuttx/pull/5436


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org