diff --git a/cc3200/simplelink/include/device.h b/drivers/cc3100/inc/device.h similarity index 100% rename from cc3200/simplelink/include/device.h rename to drivers/cc3100/inc/device.h diff --git a/cc3200/simplelink/source/driver.h b/drivers/cc3100/inc/driver.h similarity index 100% rename from cc3200/simplelink/source/driver.h rename to drivers/cc3100/inc/driver.h diff --git a/cc3200/simplelink/source/flowcont.h b/drivers/cc3100/inc/flowcont.h similarity index 100% rename from cc3200/simplelink/source/flowcont.h rename to drivers/cc3100/inc/flowcont.h diff --git a/cc3200/simplelink/include/fs.h b/drivers/cc3100/inc/fs.h similarity index 100% rename from cc3200/simplelink/include/fs.h rename to drivers/cc3100/inc/fs.h diff --git a/cc3200/simplelink/include/netapp.h b/drivers/cc3100/inc/netapp.h similarity index 100% rename from cc3200/simplelink/include/netapp.h rename to drivers/cc3100/inc/netapp.h diff --git a/cc3200/simplelink/include/netcfg.h b/drivers/cc3100/inc/netcfg.h similarity index 100% rename from cc3200/simplelink/include/netcfg.h rename to drivers/cc3100/inc/netcfg.h diff --git a/cc3200/simplelink/source/nonos.h b/drivers/cc3100/inc/nonos.h similarity index 100% rename from cc3200/simplelink/source/nonos.h rename to drivers/cc3100/inc/nonos.h diff --git a/cc3200/simplelink/source/objInclusion.h b/drivers/cc3100/inc/objInclusion.h similarity index 100% rename from cc3200/simplelink/source/objInclusion.h rename to drivers/cc3100/inc/objInclusion.h diff --git a/cc3200/simplelink/source/protocol.h b/drivers/cc3100/inc/protocol.h similarity index 100% rename from cc3200/simplelink/source/protocol.h rename to drivers/cc3100/inc/protocol.h diff --git a/cc3200/simplelink/include/simplelink.h b/drivers/cc3100/inc/simplelink.h similarity index 100% rename from cc3200/simplelink/include/simplelink.h rename to drivers/cc3100/inc/simplelink.h diff --git a/cc3200/simplelink/include/socket.h b/drivers/cc3100/inc/socket.h similarity index 100% rename from cc3200/simplelink/include/socket.h rename to drivers/cc3100/inc/socket.h diff --git a/cc3200/simplelink/source/spawn.h b/drivers/cc3100/inc/spawn.h similarity index 100% rename from cc3200/simplelink/source/spawn.h rename to drivers/cc3100/inc/spawn.h diff --git a/cc3200/simplelink/include/trace.h b/drivers/cc3100/inc/trace.h similarity index 100% rename from cc3200/simplelink/include/trace.h rename to drivers/cc3100/inc/trace.h diff --git a/cc3200/simplelink/include/wlan.h b/drivers/cc3100/inc/wlan.h similarity index 100% rename from cc3200/simplelink/include/wlan.h rename to drivers/cc3100/inc/wlan.h diff --git a/cc3200/simplelink/include/wlan_rx_filters.h b/drivers/cc3100/inc/wlan_rx_filters.h similarity index 100% rename from cc3200/simplelink/include/wlan_rx_filters.h rename to drivers/cc3100/inc/wlan_rx_filters.h diff --git a/cc3200/simplelink/source/device.c b/drivers/cc3100/src/device.c similarity index 100% rename from cc3200/simplelink/source/device.c rename to drivers/cc3100/src/device.c diff --git a/cc3200/simplelink/source/driver.c b/drivers/cc3100/src/driver.c similarity index 100% rename from cc3200/simplelink/source/driver.c rename to drivers/cc3100/src/driver.c diff --git a/cc3200/simplelink/source/flowcont.c b/drivers/cc3100/src/flowcont.c similarity index 100% rename from cc3200/simplelink/source/flowcont.c rename to drivers/cc3100/src/flowcont.c diff --git a/cc3200/simplelink/source/fs.c b/drivers/cc3100/src/fs.c similarity index 100% rename from cc3200/simplelink/source/fs.c rename to drivers/cc3100/src/fs.c diff --git a/cc3200/simplelink/source/netapp.c b/drivers/cc3100/src/netapp.c similarity index 100% rename from cc3200/simplelink/source/netapp.c rename to drivers/cc3100/src/netapp.c diff --git a/cc3200/simplelink/source/netcfg.c b/drivers/cc3100/src/netcfg.c similarity index 100% rename from cc3200/simplelink/source/netcfg.c rename to drivers/cc3100/src/netcfg.c diff --git a/cc3200/simplelink/source/nonos.c b/drivers/cc3100/src/nonos.c similarity index 100% rename from cc3200/simplelink/source/nonos.c rename to drivers/cc3100/src/nonos.c diff --git a/cc3200/simplelink/source/socket.c b/drivers/cc3100/src/socket.c similarity index 100% rename from cc3200/simplelink/source/socket.c rename to drivers/cc3100/src/socket.c diff --git a/cc3200/simplelink/source/spawn.c b/drivers/cc3100/src/spawn.c similarity index 100% rename from cc3200/simplelink/source/spawn.c rename to drivers/cc3100/src/spawn.c diff --git a/cc3200/simplelink/source/wlan.c b/drivers/cc3100/src/wlan.c similarity index 100% rename from cc3200/simplelink/source/wlan.c rename to drivers/cc3100/src/wlan.c