summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Remove unnecessary externsJoe Perches2015-08-141-165/+180
* staging: rtl8192u: remove bool comparisonsLuis de Bethencourt2015-07-226-19/+19
* Staging: rtl8192u: pointer math bug in ieee80211_rx_DELBA()Dan Carpenter2015-07-221-4/+1
* Staging: rtl8192u: Replace memset with eth_zero_addrVaishali Thakkar2015-07-141-1/+1
* drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald2015-07-143-4/+4
* staging: rtl8192u: ieee80211: Fix incorrect type in assignmentGaston Gonzalez2015-06-171-1/+1
* staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.cGaston Gonzalez2015-06-121-5/+5
* Staging: rtl8192u: Remove two useless lines at ieee80211_wep_nullPedro Marzo Perez2015-06-081-2/+0
* Staging: rtl8192u: Simplify error check code at prism2_wep_initPedro Marzo Perez2015-06-081-23/+9
* staging: rtl8192u: ieee80211: Fix sparse endianness warningsGaston Gonzalez2015-06-081-2/+5
* staging: rtl8192u/ieee80211/ieee80211_softmac.c: auth parse error code byte o...Tolga Ceylan2015-06-081-1/+1
* staging: rtl8192u: Fix indentation issueChaitanya Dhere2015-06-081-1/+1
* staging: rtl8192u: Patch to modify if, else conditionsChaitanya Dhere2015-06-081-4/+2
* Staging: rtl8192u: Correct include indentation and openning braces at new linePedro Marzo Perez2015-05-311-6/+3
* staging: rtl8192u: don't redefine container_of()Marti Bolivar2015-05-081-16/+1
* rtl8192u: delete another embedded instance of generic reason codesPaul Gortmaker2015-05-081-48/+0
* rtl8192u: don't duplicate ieee80211 constants for status/auth/reasonPaul Gortmaker2015-05-081-76/+1
* rtl8192u: align local ieee80211_wmm_ac_param struct fields with globalPaul Gortmaker2015-05-082-7/+7
* rtl8192u: promote auth_mode to a full 8 bitsPaul Gortmaker2015-05-081-2/+2
* rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker2015-05-087-121/+121
* Staging: rtl8192u: use correct array for debug outputDan Carpenter2015-04-031-1/+1
* staging: rtl8192u: Fix static decleration sparse warning.Cihangir Akturk2015-03-261-2/+2
* Staging: rtl8192u: Fix space issues before '(' and after ')'Haneen Mohammed2015-03-262-59/+59
* Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed2015-03-265-75/+75
* Staging: rtl8192u: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-162-3/+3
* Staging: rtl8192u: Bool tests don't need comparisonsCristina Opriceana2015-03-161-3/+2
* staging: rtl8192u: remove break after returnSupriya Karanth2015-03-161-1/+0
* Staging: rtl8192u: Remove unnecessary struct and typedefCristina Opriceana2015-03-161-18/+0
* Staging: rtl8192u: Remove unnecessary variableCristina Opriceana2015-03-161-8/+3
* Staging: rtl8192u: Combine initialization using setup_timerSomya Anand2015-03-162-40/+20
* Staging: rtl8192u: Review phrase and fix spelling errorsCristina Opriceana2015-03-161-13/+13
* Staging: rtl8192u: Fix do not use // c99 comments.Dilek Uzulmez2015-03-161-2/+2
* Staging: rtl8192u: Added #include <linux/uaccess.h> instead of <asm/uaccess.h>Dilek Uzulmez2015-03-161-1/+1
* Staging: rtl8192u: Convert use of __constant_<foo> to <foo>Vaishali Thakkar2015-03-161-1/+1
* Staging: rtl8192u: Replace printk() with netdev_dbg()Cristina Opriceana2015-03-151-4/+4
* Staging: rtl8192u: Add function to improve code qualityCristina Opriceana2015-03-151-62/+67
* staging: rtl8192u: Use kzalloc instead of kmalloc.Navya Sri Nizamkari2015-03-151-2/+1
* Staging: rtl8192u: Use __packed instead of __attribute__((packed))Cristina Opriceana2015-03-131-30/+30
* Staging: rtl8192u: Remove unnecessary macro definitionCristina Opriceana2015-03-091-27/+0
* Staging: rtl8192u: Replace #include <asm/string.h>Dilek Uzulmez2015-03-091-1/+1
* Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>Dilek Uzulmez2015-03-091-1/+1
* Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>Dilek Uzulmez2015-03-091-1/+1
* staging: rtl8192x: Remove use of seq_printf return valueJoe Perches2015-03-061-1/+3
* Staging: rtl8192u: ieee80211: dot11d: added parenthesis to RESET_CIE_WATCHDOG...Tolga Ceylan2015-03-061-1/+1
* Staging: rtl8192u: Replace TRUE with trueKsenija Stanojevic2015-03-061-4/+4
* Staging: drivers: Bool initializations should use true/falseCristina Opriceana2015-03-063-4/+4
* staging: rtl8192u: ieee80211: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz2015-03-061-1/+1
* staging: rtl8192u: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz2015-03-061-1/+1
* Staging: rtl8192u: Fix quoted string split across linesDilek Uzulmez2015-03-061-6/+6
* Staging: rtl8192u: ieee80211: Add blank line after declarationsHatice ERTÜRK2015-03-011-0/+4
OpenPOWER on IntegriCloud