index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ks7010
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-23
staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header
Sergio Paracuellos
2
-11
/
+4
2018-04-23
staging: ks7010: indent enum properly in eap_packet.h header file
Sergio Paracuellos
1
-2
/
+5
2018-04-23
staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct ether_hdr
Sergio Paracuellos
1
-2
/
+2
2018-04-23
staging: ks7010: remove two redefined defines in eap_packet.h header
Sergio Paracuellos
1
-3
/
+0
2018-04-23
staging: ks7010: remove EAPOL_VERSION preprocessor definition
Sergio Paracuellos
1
-2
/
+0
2018-04-23
staging: ks7010: remove not used enum values from eap_packet.h header
Sergio Paracuellos
1
-17
/
+0
2018-04-23
staging: ks7010_sdio: fix NULL pointer dereference and memory leak
Gustavo A. R. Silva
1
-2
/
+1
2018-04-23
staging: ks7010: Replace mdelay with usleep_range in ks7010_upload_firmware
Jia-Ju Bai
1
-1
/
+1
2018-04-23
staging: ks7010: replace kmalloc() + memcpy() with kmemdup()
Ji-Hun Kim
1
-2
/
+1
2018-04-23
staging: ks7010: fix some style issues about long lines
Sergio Paracuellos
1
-2
/
+5
2018-04-23
staging: ks7010: ks7010: factor out firmware copy process into ks7010_copy_firmware
Sergio Paracuellos
1
-29
/
+43
2018-04-23
staging: ks7010: fix error handling in ks7010_upload_firmware
Sergio Paracuellos
1
-0
/
+3
2018-04-23
staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_events
Sergio Paracuellos
1
-14
/
+19
2018-04-23
staging: ks7010: factor out ks_wlan_private init process into ks7010_private_init
Sergio Paracuellos
1
-22
/
+28
2018-04-23
staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqs
Sergio Paracuellos
1
-11
/
+21
2018-04-23
staging: ks7010: fix label to jump to in error case
Sergio Paracuellos
1
-1
/
+2
2018-04-23
staging: ks7010: factor out irq enable process to ks7010_sdio_init_irqs
Sergio Paracuellos
1
-16
/
+27
2018-04-23
staging: ks7010: remove unnecessary 'out of memory' message
Sergio Paracuellos
1
-3
/
+1
2018-04-23
staging: ks7010: Remove unnecessary casts in 'struct ks_wlan_handler_def'.
Quytelda Kahja
1
-3
/
+3
2018-04-23
staging: ks7010: Change 'device_open_status' to a bool.
Quytelda Kahja
2
-4
/
+3
2018-04-23
staging: ks7010: Rename ks_wlan_set_multicast_list()
Quytelda Kahja
1
-3
/
+3
2018-04-23
staging: ks7010: Remove trailing _t from 'struct michael_mic_t'.
Quytelda Kahja
3
-10
/
+10
2018-04-23
staging: ks7010: Remove trailing _t from 'struct wps_status_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct pmk_t'.
Quytelda Kahja
3
-6
/
+6
2018-04-23
staging: ks7010: Remove trailing _t from 'struct pmk_list_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct wpa_status_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct mic_failure_t'.
Quytelda Kahja
2
-3
/
+3
2018-04-23
staging: ks7010: Remove trailing _t from 'struct wpa_key_t'.
Quytelda Kahja
3
-4
/
+4
2018-04-23
staging: ks7010: Remove trailing _t from 'struct scan_ext_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct sleep_status_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct power_save_status_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct local_eeprom_sum_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct local_gain_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct local_aplist_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct local_ap_t'.
Quytelda Kahja
3
-9
/
+9
2018-04-23
staging: ks7010: Remove trailing _t from 'struct wps_ie_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove trailing _t from 'struct rsn_ie_t'.
Quytelda Kahja
1
-3
/
+3
2018-04-23
staging: ks7010: Remove trailing _t from 'struct hostt_t'.
Quytelda Kahja
1
-2
/
+2
2018-04-23
staging: ks7010: Remove unused 'struct hostif_mic_failure_confirm_t'.
Quytelda Kahja
1
-5
/
+0
2018-04-23
staging: ks7010: Remove trailing _t from 'struct hostif_mic_failure_request_t'.
Quytelda Kahja
2
-2
/
+2
2018-04-23
staging: ks7010: Remove unused 'struct hostif_sleep_confirm_t'.
Quytelda Kahja
1
-5
/
+0
2018-04-23
staging: ks7010: Remove trailing _t from 'struct hostif_sleep_request_t'.
Quytelda Kahja
2
-2
/
+2
2018-04-23
staging: ks7010: Remove unused 'struct hostif_phy_information_confirm_t'.
Quytelda Kahja
1
-12
/
+0
2018-04-23
staging: ks7010: Remove trailing _t from 'struct hostif_phy_information_request_t'.
Quytelda Kahja
2
-2
/
+2
2018-04-23
staging: ks7010: Remove unused 'struct hostif_bss_scan_confirm_t'.
Quytelda Kahja
1
-6
/
+0
2018-04-23
staging: ks7010: Remove trailing _t from 'struct hostif_bss_scan_request_t'.
Quytelda Kahja
2
-2
/
+2
2018-04-23
staging: ks7010: Remove unused 'struct hostif_associate_indication_t'.
Quytelda Kahja
1
-8
/
+0
2018-04-23
staging: ks7010: Remove trailing _t from 'struct association_response_t'.
Quytelda Kahja
2
-4
/
+4
2018-04-23
staging: ks7010: Remove trailing _t from 'struct association_request_t'.
Quytelda Kahja
2
-4
/
+4
2018-04-23
staging: ks7010: Remove unused 'struct last_associate_t'.
Quytelda Kahja
1
-5
/
+0
[prev]
[next]