]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/wireless/rt2x00/rt2x00.h
rt2x00: Move bssidx calculation into its own function
[mv-sheeva.git] / drivers / net / wireless / rt2x00 / rt2x00.h
index f82bfeb79ebb67dc73c8d85cb434ab0b0cdacb7e..d454ec8f5c6f9ed30d8610c47efdb41482fc66e4 100644 (file)
@@ -1225,6 +1225,12 @@ static inline void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
 }
 #endif /* CONFIG_RT2X00_LIB_DEBUGFS */
 
+/*
+ * Utility functions.
+ */
+u32 rt2x00lib_get_bssidx(struct rt2x00_dev *rt2x00dev,
+                        struct ieee80211_vif *vif);
+
 /*
  * Interrupt context handlers.
  */