summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
AgeCommit message (Expand)Author
2015-12-21staging: wilc1000: set hif_drv before it is usedGlen Lee
2015-12-21staging: wilc1000: remove wilc of struct host_if_drvGlen Lee
2015-12-21staging: wilc1000: remove drv of struct host_if_msgGlen Lee
2015-12-21staging: wilc1000: remove used functionsGlen Lee
2015-12-21staging: wilc1000: change join_req_drv type and it's nameGlen Lee
2015-12-21staging: wilc1000: wilc_set_wfi_drv_handler: pass vif indexGlen Lee
2015-12-21staging: wilc1000: use vif index to communicate with wilc deviceGlen Lee
2015-12-21staging: wilc1000: pass struct wilcGlen Lee
2015-12-21staging: wilc1000: take vif instead of drv in hostIFthreadGlen Lee
2015-12-21staging: wilc1000: remove argument hif_drvGlen Lee
2015-12-21staging: wilc1000: pass vif to hostIFthreadGlen Lee
2015-12-21staging: wilc1000: move perInterface_wlan_t to wilc_vifGlen Lee
2015-12-21staging: wilc1000: wilc_deinit(): fixes inconsistent returnsLeo Kim
2015-12-21staging: wilc1000: wilc_init(): fixes inconsistent returnsLeo Kim
2015-12-21staging: wilc1000: fixes potential null dereference 'wid.val'Leo Kim
2015-12-18staging: wilc1000: replace 'ptr > 0' check by 'ptr' check.Mario J. Rugiero
2015-12-18staging: wilc1000: fix a bug when unload driverGlen Lee
2015-12-18staging: wilc1000: Handle_SetMulticastFilter(): fixes right shifting more tha...Leo Kim
2015-12-18staging: wilc1000: change if with else ifLeo Kim
2015-12-18staging: wilc1000: Handle_AddBASession: remove unused functionLeo Kim
2015-12-18staging: wilc1000: rename wilc_connected_SSID variableLeo Kim
2015-12-18staging: wilc1000: use wilc instead of wilc_dev and remove wilc_devGlen Lee
2015-12-18staging: wilc1000: wilc_send_config_pkt: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: add struct wilc to host_if_drvGlen Lee
2015-12-18staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee
2015-12-18staging: wilc1000: Merge wilc-branch-arnd into work-testingGreg Kroah-Hartman
2015-12-18staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann
2015-12-18staging/wilc1000: move extern declarations to headersArnd Bergmann
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann
2015-12-18staging/wilc1000: make symbols static if possibleArnd Bergmann
2015-12-18staging/wilc1000: remove unused functionsArnd Bergmann
2015-12-18staging: wilc1000: remove host_int_get_rx_power_levelChaehyun Lim
2015-12-18staging: wilc1000: remove host_int_get_assoc_req_infoChaehyun Lim
2015-12-18staging: wilc1000: remove host_int_disconnect_stationChaehyun Lim
2015-12-18staging: wilc1000: remove host_int_get_start_scan_reqChaehyun Lim
2015-12-18staging: wilc1000: remove host_int_set_start_scan_reqChaehyun Lim
2015-12-18staging: wilc1000: remove host_int_get_RSNAConfigPSKPassPhraseChaehyun Lim
2015-12-18staging: wilc1000: remove host_int_set_RSNAConfigPSKPassPhraseChaehyun Lim
2015-12-18staging: wilc1000: remove host_int_get_pmkid_infoChaehyun Lim
2015-12-18staging: wilc1000: use kmemdup in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename u8KeyLen in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename u8Ciphermode in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename pu8TxMic in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename pu8RxMic in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename KeyRSC in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename u32KeyRSClen in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename u8KeyIdx in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename u8GtkKeylen in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: rename pu8RxGtk in host_int_add_rx_gtkChaehyun Lim
2015-12-18staging: wilc1000: fix return type of host_int_add_rx_gtkChaehyun Lim