ath9k: Add support for OCB mode
[cascardo/linux.git] / drivers / net / wireless / ath / ath9k / hw.c
index 1dd0339..bdfff46 100644 (file)
@@ -1241,6 +1241,7 @@ static void ath9k_hw_set_operating_mode(struct ath_hw *ah, int opmode)
                        break;
                }
                /* fall through */
+       case NL80211_IFTYPE_OCB:
        case NL80211_IFTYPE_MESH_POINT:
        case NL80211_IFTYPE_AP:
                set |= AR_STA_ID1_STA_AP;