aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/cam.h
AgeCommit message (Collapse)AuthorFilesLines
2015-03-03rtlwifi: Remove unused defines from cam.hPriit Laes1-2/+0
Signed-off-by: Priit Laes <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
2014-09-26rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new driversLarry Finger1-7/+3
Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2013-09-24rtlwifi: Remove extern from function prototypesJoe Perches1-5/+5
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 <[email protected]>
2012-01-24rtlwifi: Update copyright datesLarry Finger1-1/+1
Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2011-04-26rtlwifi: Change cam routines for addition of rtl8192se and rtl8192deChaoming_Li1-1/+4
Change cam routines for addition of RTL8192SE and RTL8192DE code Signed-off-by: Chaoming_Li <[email protected]> Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2010-12-15rtl8192ce: Add new driverLarry Finger1-0/+53
Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]>