summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_deviceGlen Lee2015-10-291-2/+2
* staging: wilc1000: mac_xmit: use netdev private wilc instead of g_linux_wlanGlen Lee2015-10-291-3/+5
* staging: wilc1000: Set_machw_change_vir_if: add argument struct net_deviceGlen Lee2015-10-291-2/+1Star
* staging: wilc1000: GetIfHandler: add argument struct wilc and use itGlen Lee2015-10-291-10/+10
* staging: wilc1000: frmw_to_linux: add argument struct wilcGlen Lee2015-10-291-3/+3
* staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_deviceGlen Lee2015-10-291-2/+2
* staging: wilc1000: mac_ioctl: use private data instead of g_linux_wlanGlen Lee2015-10-291-1/+3
* staging: wilc1000: wlan_deinitialize_threads: change argument and use wilcGlen Lee2015-10-291-10/+15
* staging: wilc1000: WILC_WFI_mgmt_rx: add argument wilc and use itGlen Lee2015-10-291-5/+5
* staging: wilc1000: wlan_deinit_locks: change argument wilc with net_deviceGlen Lee2015-10-291-8/+14
* staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilcGlen Lee2015-10-291-2/+2
* staging: wilc1000: linux_wlan_txq_task: use wilc instead of g_linux_wlanGlen Lee2015-10-291-11/+16
* staging: wilc1000: wlan_initialize_threads: change argument with net_deviceGlen Lee2015-10-291-9/+12
* staging: wilc1000: linux_wlan_set_bssid: use wilc instead of g_linux_wlanGlen Lee2015-10-291-3/+8
* staging: wilc1000: linux_wlan_mac_indicate: add argument and use wilcGlen Lee2015-10-291-7/+6Star
* staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isrGlen Lee2015-10-291-1/+1
* staging: wilc1000: deinit_irq: use wilc instead of g_linux_wlanGlen Lee2015-10-291-5/+11
* staging: wilc1000: isr_bh_routine: use wilc instead of g_linux_wlanGlen Lee2015-10-291-1/+7
* staging: wicl1000: isr_uh_routine: use netdev private wilcGlen Lee2015-10-291-2/+8
* staging: wilc1000: fix build error on SPIGlen Lee2015-10-291-1/+5
* staging: wilc1000: isr_bh_routine: remove unused variable nicGlen Lee2015-10-251-4/+0Star
* staging: wilc1000: fix trivial typosGeliang Tang2015-10-251-2/+2
* staging: wilc1000: init_irq: change argument and use netdev private wilcGlen Lee2015-10-251-7/+11
* staging: wilc1000: wilc1000_wlan_deinit: change argument and use wilcGlen Lee2015-10-251-20/+25
* staging: wilc1000: mac_close: use netdev private wilc instead of g_linux_wlanGlen Lee2015-10-251-7/+9
* staging: wilc1000: mac_open: use netdev private wilcGlen Lee2015-10-251-8/+12
* staging: wilc1000: wlan_init_locks: change parameter and use wilcGlen Lee2015-10-251-10/+15
* staging: wilc1000: wilc1000_wlan_init: use netdev private wilcGlen Lee2015-10-251-12/+13
* staging: wilc1000: add wilc to netdev private data structureGlen Lee2015-10-251-0/+1
* staging: wilc1000: assign pointer of g_linux_wlan to sdio device dataTony Cho2015-10-251-2/+3
* staging: wilc1000: remove COMPLEMENT_BOOTTony Cho2015-10-251-124/+8Star
* staging: wilc1000: rename wilc_firmware in the struct wilcTony Cho2015-10-251-8/+7Star
* staging: wilc1000: move clean up codes into wl_wlan_cleanup functionTony Cho2015-10-251-54/+41Star
* staging: wilc1000: rename wilc_netdev in the struct wilc_vifTony Cho2015-10-251-25/+25
* staging: wilc1000: rename drvHandler in the struct wilc_vifTony Cho2015-10-251-1/+1
* staging: wilc1000: rename aBSSID in the sturct wilc_vifTony Cho2015-10-251-7/+7
* staging: wilc1000: rename aSrcAddress in the struct wilc_vifTony Cho2015-10-251-2/+2
* staging: wilc1000: rename strInterfaceInfo in the sturct wilcTony Cho2015-10-251-48/+43Star
* staging: wilc1000: rename u8NoIfcs in the struct wilcTony Cho2015-10-251-9/+9
* staging: wilc1000: change the type of wilc1000_initializedTony Cho2015-10-251-8/+5Star
* staging: wilc1000: remove typedef from the linux_wlan_tTony Cho2015-10-171-19/+19
* Staging: wilc1000: linux_wlan: Remove NULL check before kfreeShraddha Barke2015-10-131-4/+2Star
* staging: wilc1000: remove typedef from tstrWILC_WFIDrvLeo Kim2015-10-131-8/+8
* staging: wilc1000: fix indentation levelChaehyun Lim2015-10-021-17/+15Star
* staging: wilc1000: remove commented codesChaehyun Lim2015-10-021-3/+0Star
* staging: wilc1000: Delete undefined DEBUG_MODE and it's related codesGlen Lee2015-10-021-63/+0Star
* staging: wilc1000: remove function pointer wlan_add_mgmt_to_tx_queGlen Lee2015-10-021-12/+5Star
* staging: wilc1000: remove function pointer wlan_cfg_get_valueGlen Lee2015-10-021-2/+2
* staging: wilc1000: remove function pointer wlan_cfg_getGlen Lee2015-10-021-1/+1
* staging: wilc1000: remove function pointer wlan_cfg_setGlen Lee2015-10-021-48/+43Star