aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/cam.h
Commit message (Collapse)AuthorAge
* rtlwifi: Remove unused defines from cam.hPriit Laes2015-03-03
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
* rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new driversLarry Finger2014-09-26
| | | | | Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* rtlwifi: Remove extern from function prototypesJoe Perches2013-09-24
| | | | | | | | | | | | There are a mix of function prototypes with and without extern in the kernel sources. Standardize on not using extern for function prototypes. Function prototypes don't need to be written with extern. extern is assumed by the compiler. Its use is as unnecessary as using auto to declare automatic/local variables in a block. Signed-off-by: Joe Perches <joe@perches.com>
* rtlwifi: Update copyright datesLarry Finger2012-01-24
| | | | | Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* rtlwifi: Change cam routines for addition of rtl8192se and rtl8192deChaoming_Li2011-04-26
| | | | | | | | Change cam routines for addition of RTL8192SE and RTL8192DE code Signed-off-by: Chaoming_Li <chaoming_li@realsil.com.cn> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* rtl8192ce: Add new driverLarry Finger2010-12-15
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>