zephyr/subsys/bluetooth/controller/ll_sw
Vinayak Kariappa Chettimada e00282af6e Bluetooth: Fix build failure with -Wshadow CFLAGS
Fixes many instances of errors similar to below:
zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5927:22:
    error: declaration of ‘s_link’ shadows a previous
        local [-Werror=shadow]
  static memq_link_t s_link;
                     ^~~~~~
zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5905:21:
    note: shadowed declaration is here
  static memq_link_t s_link;
                     ^~~~~~

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-12-20 12:29:52 -05:00
..
crypto.c Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
ctrl_internal.h Bluetooth: controller: Fix MIC error due to parallel Enc Proc 2017-11-01 16:35:29 +01:00
ctrl.c Bluetooth: Fix build failure with -Wshadow CFLAGS 2017-12-20 12:29:52 -05:00
ctrl.h Bluetooth: controller: Add Coded PHY packet tx time restrictions 2017-10-15 12:47:47 +02:00
ll_adv.c Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
ll_adv.h Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
ll_filter.c Bluetooth: controller: Fix Read Peer RPA Command 2017-08-22 15:22:25 +02:00
ll_filter.h Bluetooth: controller: Fix RL index check 2017-08-21 18:49:59 +02:00
ll_master.c Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
ll_scan.c Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
ll_test.c Bluetooth: controller: GPIO PA/LNA feature 2017-09-29 15:38:31 +02:00
ll_test.h Bluetooth: controller: Add Direct Test Mode support 2017-09-04 06:08:09 -04:00
ll.c Bluetooth: controller: Replace void * with memq_link_t 2017-11-22 15:28:49 +01:00
pdu.h Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00