mac80211: remove wiphy_to_hw

This isn't used by anyone, if we ever need it we can add
it back, until then it's useless.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
此提交包含在:
Johannes Berg
2008-10-07 12:04:33 +02:00
提交者 John W. Linville
父節點 c6a1fa12d2
當前提交 3db594380b
共有 2 個檔案被更改,包括 0 行新增9 行删除

查看文件

@@ -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) {