mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: BG96 remove IPv6 stack support
parent
b5b35fb8f0
commit
658358cbf1
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue