cfg80211: constify MAC addresses in cfg80211 ops
[deliverable/linux.git] / net / mac80211 / ieee80211_i.h
index 57e0b2682cef6c232acc25c5dfd85a96dd763da3..ed2b817d5ece2cb9e31cb206a9813424f1637d5b 100644 (file)
@@ -1839,11 +1839,11 @@ int ieee80211_max_num_channels(struct ieee80211_local *local);
 
 /* TDLS */
 int ieee80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev,
-                       u8 *peer, u8 action_code, u8 dialog_token,
+                       const u8 *peer, u8 action_code, u8 dialog_token,
                        u16 status_code, u32 peer_capability,
                        const u8 *extra_ies, size_t extra_ies_len);
 int ieee80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev,
-                       u8 *peer, enum nl80211_tdls_operation oper);
+                       const u8 *peer, enum nl80211_tdls_operation oper);
 
 
 #ifdef CONFIG_MAC80211_NOINLINE
This page took 0.039863 seconds and 5 git commands to generate.