linux/drivers/staging/rtl8192e/ieee80211
Randy Dunlap 128a5d0223 Staging: rtl8192* needs semaphore.h
The rtl8192* drivers in staging use semaphores, so they need
to #include <linux/semaphore.h>.

(similar to staging-rtl8187se-needs-semaphore.h.patch)

drivers/staging/rtl8192e/ieee80211/ieee80211.h:2038: error: field 'ips_sem' has incomplete type
drivers/staging/rtl8192e/ieee80211/ieee80211.h:2249: error: field 'wx_sem' has incomplete type
drivers/staging/rtl8192e/ieee80211/ieee80211.h:2250: error: field 'scan_sem' has incomplete type
drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c:442: error: implicit declaration of function 'down'
drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c:500: error: implicit declaration of function 'up'
drivers/staging/rtl8192e/ieee80 211/ieee80211_softmac.c:3165: error: implicit declaration of function 'sema_init'

drivers/staging/rtl8192su/ieee80211/ieee80211.h:1330: error: field 'wx_sem' has incomplete type
drivers/staging/rtl8192su/ieee80211/ieee80211.h:1331: error: field 'scan_sem' has incomplete type

drivers/staging/rtl8192u/ieee80211/ieee80211.h:2010: error: field 'wx_sem' has incomplete type
drivers/staging/rtl8192u/ieee80211/ieee80211.h:2011: error: field 'scan_sem' has incomplete type

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-03-03 16:43:04 -08:00
..
dot11d.c
dot11d.h
ieee80211.h Staging: rtl8192* needs semaphore.h 2010-03-03 16:43:04 -08:00
ieee80211_crypt.c Staging: rtl8192e: remove some functions from the __exit section 2010-03-03 16:42:38 -08:00
ieee80211_crypt.h
ieee80211_crypt_ccmp.c Staging: rtl8192e: remove some functions from the __exit section 2010-03-03 16:42:38 -08:00
ieee80211_crypt_tkip.c Staging: rtl8192e: remove some functions from the __exit section 2010-03-03 16:42:38 -08:00
ieee80211_crypt_wep.c
ieee80211_module.c staging: fix rtl8192e compilation errors with mac80211 2009-12-23 11:27:46 -08:00
ieee80211_rx.c Staging: rtl9192e: fix power usage issues 2010-03-03 16:42:30 -08:00
ieee80211_softmac.c Staging: rtl9192e: fix power usage issues 2010-03-03 16:42:30 -08:00
ieee80211_softmac_wx.c Staging: rtl9192e: fix power usage issues 2010-03-03 16:42:30 -08:00
ieee80211_tx.c Staging: rtl9192e: fix power usage issues 2010-03-03 16:42:30 -08:00
ieee80211_wx.c staging: fix typos "enalbe" -> "enable" 2010-03-03 16:42:44 -08:00
rtl819x_BA.h
rtl819x_BAProc.c Staging: rtl8187x: Use %pM for mac address output 2010-03-03 16:42:29 -08:00
rtl819x_HT.h Staging: rtl9192e: fix power usage issues 2010-03-03 16:42:30 -08:00
rtl819x_HTProc.c staging: Fix misspelling of "should" and "shouldn't" in comments. 2010-03-03 16:42:31 -08:00
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c Staging: rtl8187x: Use %pM for mac address output 2010-03-03 16:42:29 -08:00
rtl_crypto.h