Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313975
b: refs/heads/master
c: 51ca9d8
h: refs/heads/master
i:
  313973: 15ffebe
  313971: 15e154b
  313967: 76e8055
v: v3
  • Loading branch information
Eliad Peller authored and John W. Linville committed Jun 5, 2012
1 parent 93694fc commit e3ef032
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b90bd9d14f866318497acee571f79e621a735d69
refs/heads/master: 51ca9d8db280b960345e7306e6a036dd3880ecff
10 changes: 0 additions & 10 deletions trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -3555,16 +3555,6 @@ void ieee80211_cqm_rssi_notify(struct ieee80211_vif *vif,
enum nl80211_cqm_rssi_threshold_event rssi_event,
gfp_t gfp);

/**
* ieee80211_get_operstate - get the operstate of the vif
*
* @vif: &struct ieee80211_vif pointer from the add_interface callback.
*
* The driver might need to know the operstate of the net_device
* (specifically, whether the link is IF_OPER_UP after resume)
*/
unsigned char ieee80211_get_operstate(struct ieee80211_vif *vif);

/**
* ieee80211_chswitch_done - Complete channel switch process
* @vif: &struct ieee80211_vif pointer from the add_interface callback.
Expand Down
7 changes: 0 additions & 7 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -3530,10 +3530,3 @@ void ieee80211_cqm_rssi_notify(struct ieee80211_vif *vif,
cfg80211_cqm_rssi_notify(sdata->dev, rssi_event, gfp);
}
EXPORT_SYMBOL(ieee80211_cqm_rssi_notify);

unsigned char ieee80211_get_operstate(struct ieee80211_vif *vif)
{
struct ieee80211_sub_if_data *sdata = vif_to_sdata(vif);
return sdata->dev->operstate;
}
EXPORT_SYMBOL(ieee80211_get_operstate);

0 comments on commit e3ef032

Please sign in to comment.