Skip to content

Commit

Permalink
ath: rename ath_reg_apply_active_scan_flags() to ath_reg_apply_ir_fla…
Browse files Browse the repository at this point in the history
…gs()

This also applies the no-ibss flag to the channels or clears it.
The idea here is to clarify no initiated radiation should be
allowed on these channels.

Cc: smihir@qti.qualcomm.com
Cc: tushnimb@qca.qualcomm.com
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Dec 5, 2013
1 parent bc0aa06 commit f33cbc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/wireless/ath/regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ ath_reg_apply_beaconing_flags(struct wiphy *wiphy,
}

/**
* ath_reg_apply_active_scan_flags()
* ath_reg_apply_ir_flags()
* @wiphy: the wiphy to use
* @initiator: the regulatory hint initiator
*
Expand All @@ -291,7 +291,7 @@ ath_reg_apply_beaconing_flags(struct wiphy *wiphy,
* custom regulatory domain.
*/
static void
ath_reg_apply_active_scan_flags(struct wiphy *wiphy,
ath_reg_apply_ir_flags(struct wiphy *wiphy,
enum nl80211_reg_initiator initiator)
{
struct ieee80211_supported_band *sband;
Expand Down Expand Up @@ -357,7 +357,7 @@ static void ath_reg_apply_world_flags(struct wiphy *wiphy,
break;
case 0x68:
ath_reg_apply_beaconing_flags(wiphy, initiator);
ath_reg_apply_active_scan_flags(wiphy, initiator);
ath_reg_apply_ir_flags(wiphy, initiator);
break;
}
}
Expand Down

0 comments on commit f33cbc4

Please sign in to comment.