linux/drivers/staging/rtl8192u
Jesper Juhl 58af58007e drivers/staging/rtl8192u: Don't pass huge struct by value
struct ieee80211_network is fairly large (more than half a kilobyte),
so let's pass a pointer instead of passing the entire structure by
value when ieee80211_is_54g() and ieee80211_is_shortslot() need to
look at a few members.
Also remove parentheses around the values being returned from those
two functions - 'return' is not a function.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-08-23 14:46:05 -07:00
..
ieee80211 drivers/staging/rtl8192u: Don't pass huge struct by value 2011-08-23 14:46:05 -07:00
Kconfig
Makefile
authors
changes
copying
dot11d.h
ieee80211_crypt.h
r819xU_HTGen.h
r819xU_HTType.h
r819xU_cmdpkt.c
r819xU_cmdpkt.h
r819xU_firmware.c staging: rtl8192u: declare MODULE_FIRMWARE 2011-08-02 16:07:50 -07:00
r819xU_firmware.h
r819xU_firmware_img.c
r819xU_firmware_img.h
r819xU_phy.c
r819xU_phy.h
r819xU_phyreg.h
r8180_93cx6.c
r8180_93cx6.h
r8180_pm.c
r8180_pm.h
r8190_rtl8256.c
r8190_rtl8256.h
r8192U.h Remove unneeded version.h includes from drivers/staging/rtl*/ 2011-07-05 10:39:40 -07:00
r8192U_core.c Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-07-25 23:26:34 -07:00
r8192U_dm.c
r8192U_dm.h
r8192U_hw.h
r8192U_wx.c
r8192U_wx.h