Cellular: BG96 remove IPv6 stack support

pull/6691/head
Mirela Chirica 2018-04-19 15:52:50 +03:00
parent b5b35fb8f0
commit 658358cbf1
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ QUECTEL_BG96_CellularNetwork::~QUECTEL_BG96_CellularNetwork()
bool QUECTEL_BG96_CellularNetwork::get_modem_stack_type(nsapi_ip_stack_t requested_stack)
{
if ((requested_stack == IPV4_STACK) ||
(requested_stack == IPV6_STACK) ||
(requested_stack == IPV4V6_STACK)) {
if (requested_stack == IPV4_STACK) {
return true;
}