mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR
[deliverable/linux.git] / drivers / net / wireless / ath / ath5k / mac80211-ops.c
index ab2709a437686ecec7d6a858756c340184ad10b6..19eab2a69ad5b6830261d4edade793b657ed62ea 100644 (file)
@@ -547,7 +547,9 @@ ath5k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
 
 
 static void
-ath5k_sw_scan_start(struct ieee80211_hw *hw)
+ath5k_sw_scan_start(struct ieee80211_hw *hw,
+                   struct ieee80211_vif *vif,
+                   const u8 *mac_addr)
 {
        struct ath5k_hw *ah = hw->priv;
        if (!ah->assoc)
@@ -556,7 +558,7 @@ ath5k_sw_scan_start(struct ieee80211_hw *hw)
 
 
 static void
-ath5k_sw_scan_complete(struct ieee80211_hw *hw)
+ath5k_sw_scan_complete(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
 {
        struct ath5k_hw *ah = hw->priv;
        ath5k_hw_set_ledstate(ah, ah->assoc ?
This page took 0.025679 seconds and 5 git commands to generate.