These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / net / wireless / ath / debug.c
index 508eccf..d59d83e 100644 (file)
@@ -40,6 +40,8 @@ const char *ath_opmode_to_string(enum nl80211_iftype opmode)
                return "P2P-CLIENT";
        case NL80211_IFTYPE_P2P_GO:
                return "P2P-GO";
+       case NL80211_IFTYPE_OCB:
+               return "OCB";
        default:
                return "UNKNOWN";
        }