commit | 6c507cd0400cb51dd2ee251c1b8756b9375a1128 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Mar 26 14:14:55 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Mar 27 16:03:20 2008 -0400 |
tree | 2b3d44a34e2c3d2ba1e9e0c557fb0730227f5bb4 | |
parent | 7d5796118353cd45e9e301fdf3ff99fdec5390e9 [diff] |
cfg80211: don't export ieee80211_get_channel This patch makes ieee80211_get_channel a static inline defined in cfg80211's header file which simply calls __ieee80211_get_channel to avoid symbol clashes with the ieee80211 code. The problem was pointed out by David Miller, thanks! Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Cc: David Miller <davem@davemloft.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>