diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/wmi.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/wmi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.c b/drivers/net/wireless/ath/ath6kl/wmi.c index ff71b7f3f7f4..50cee9bf0e2b 100644 --- a/drivers/net/wireless/ath/ath6kl/wmi.c +++ b/drivers/net/wireless/ath/ath6kl/wmi.c | |||
@@ -2247,12 +2247,6 @@ int ath6kl_wmi_get_tx_pwr_cmd(struct wmi *wmi) | |||
2247 | return ath6kl_wmi_simple_cmd(wmi, WMI_GET_TX_PWR_CMDID); | 2247 | return ath6kl_wmi_simple_cmd(wmi, WMI_GET_TX_PWR_CMDID); |
2248 | } | 2248 | } |
2249 | 2249 | ||
2250 | void ath6kl_wmi_get_current_bssid(struct wmi *wmi, u8 *bssid) | ||
2251 | { | ||
2252 | if (bssid) | ||
2253 | memcpy(bssid, wmi->parent_dev->bssid, ETH_ALEN); | ||
2254 | } | ||
2255 | |||
2256 | int ath6kl_wmi_set_lpreamble_cmd(struct wmi *wmi, u8 status, u8 preamble_policy) | 2250 | int ath6kl_wmi_set_lpreamble_cmd(struct wmi *wmi, u8 status, u8 preamble_policy) |
2257 | { | 2251 | { |
2258 | struct sk_buff *skb; | 2252 | struct sk_buff *skb; |