Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121560
b: refs/heads/master
c: 3db5943
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Oct 31, 2008
1 parent 96a1587 commit 867f28a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: c6a1fa12d206882757264869f8e32d606b930e2a
refs/heads/master: 3db594380b8452eda4d88b12844077809607caaa
2 changes: 0 additions & 2 deletions trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,6 @@ struct ieee80211_hw {
u8 max_altrate_tries;
};

struct ieee80211_hw *wiphy_to_hw(struct wiphy *wiphy);

/**
* SET_IEEE80211_DEV - set device for 802.11 hardware
*
Expand Down
7 changes: 0 additions & 7 deletions trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
#include "rate.h"
#include "mesh.h"

struct ieee80211_hw *wiphy_to_hw(struct wiphy *wiphy)
{
struct ieee80211_local *local = wiphy_priv(wiphy);
return &local->hw;
}
EXPORT_SYMBOL(wiphy_to_hw);

static bool nl80211_type_check(enum nl80211_iftype type)
{
switch (type) {
Expand Down

0 comments on commit 867f28a

Please sign in to comment.