rfkill: add the WWAN radio type
[firefly-linux-kernel-4.4.55.git] / net / rfkill / rfkill.c
index 4ae4486c77eaef79cb532b222d72d4b2686a6aac..79f3bbb027ffc4cab50a6cdfe7d4a00c66bdb81d 100644 (file)
@@ -180,6 +180,9 @@ static ssize_t rfkill_type_show(struct device *dev,
        case RFKILL_TYPE_WIMAX:
                type = "wimax";
                break;
+       case RFKILL_TYPE_WWAN:
+               type = "wwan";
+               break;
        default:
                BUG();
        }