b43: Add QOS support
[deliverable/linux.git] / drivers / net / wireless / b43 / main.h
index 24a79f5d6ff506aea49691ef9c654e905a0e1a6e..1197975f9207e78676be0611d628f706e0022b2a 100644 (file)
 /* Magic helper macro to pad structures. Ignore those above. It's magic. */
 #define PAD_BYTES(nr_bytes)            P4D_BYTES( __LINE__ , (nr_bytes))
 
+
+extern int b43_modparam_qos;
+
+
 /* Lightweight function to convert a frequency (in Mhz) to a channel number. */
 static inline u8 b43_freq_to_channel_5ghz(int freq)
 {
This page took 0.027426 seconds and 5 git commands to generate.