|
@@ -2106,7 +2106,7 @@ int iwl_mvm_alloc_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
|
|
* @mvm: the mvm component
|
|
* @mvm: the mvm component
|
|
* @vif: the interface to which the broadcast station is added
|
|
* @vif: the interface to which the broadcast station is added
|
|
* @bsta: the broadcast station to add. */
|
|
* @bsta: the broadcast station to add. */
|
|
-int iwl_mvm_add_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
|
|
|
|
|
|
+int iwl_mvm_add_p2p_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
|
|
{
|
|
{
|
|
struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
|
|
struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
|
|
struct iwl_mvm_int_sta *bsta = &mvmvif->bcast_sta;
|
|
struct iwl_mvm_int_sta *bsta = &mvmvif->bcast_sta;
|
|
@@ -2137,7 +2137,7 @@ void iwl_mvm_dealloc_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
|
|
* Send the FW a request to remove the station from it's internal data
|
|
* Send the FW a request to remove the station from it's internal data
|
|
* structures, and in addition remove it from the local data structure.
|
|
* structures, and in addition remove it from the local data structure.
|
|
*/
|
|
*/
|
|
-int iwl_mvm_rm_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
|
|
|
|
|
|
+int iwl_mvm_rm_p2p_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
|
|
{
|
|
{
|
|
int ret;
|
|
int ret;
|
|
|
|
|