diff options
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 1e3824215ac9..f5f5739a7a4b 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -2145,6 +2145,7 @@ static int ath9k_add_interface(struct ieee80211_hw *hw, | |||
2145 | default: | 2145 | default: |
2146 | DPRINTF(sc, ATH_DBG_FATAL, | 2146 | DPRINTF(sc, ATH_DBG_FATAL, |
2147 | "Interface type %d not yet supported\n", conf->type); | 2147 | "Interface type %d not yet supported\n", conf->type); |
2148 | mutex_unlock(&sc->mutex); | ||
2148 | return -EOPNOTSUPP; | 2149 | return -EOPNOTSUPP; |
2149 | } | 2150 | } |
2150 | 2151 | ||