aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/mac80211.c
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2013-07-16 10:33:26 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-08-06 04:33:58 -0400
commite89044d75e50e047bd34db81ac8d18500626f40f (patch)
tree00da2bd2073c8bd4fd84651368f1c7869778f685 /drivers/net/wireless/iwlwifi/mvm/mac80211.c
parentf5e45f2d960cea226b9d173e232c94c4c388c1bc (diff)
iwlwifi: fix some documentation typos
Fix some typos. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/mac80211.c')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/mac80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
index 76cdba65b321..deebe8f9c00d 100644
--- a/drivers/net/wireless/iwlwifi/mvm/mac80211.c
+++ b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
@@ -503,7 +503,7 @@ static int iwl_mvm_mac_add_interface(struct ieee80211_hw *hw,
503 503
504 mutex_lock(&mvm->mutex); 504 mutex_lock(&mvm->mutex);
505 505
506 /* Allocate resources for the MAC context, and add it the the fw */ 506 /* Allocate resources for the MAC context, and add it to the fw */
507 ret = iwl_mvm_mac_ctxt_init(mvm, vif); 507 ret = iwl_mvm_mac_ctxt_init(mvm, vif);
508 if (ret) 508 if (ret)
509 goto out_unlock; 509 goto out_unlock;