summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/ar6000_drv.c
AgeCommit message (Expand)Author
2011-03-14ath6kl: remove-typedef AR_SOFTC_TLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HTC_SERVICE_CONNECT_RESPLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HTC_SERVICE_CONNECT_REQLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HTC_PACKET_QUEUELuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HTC_PACKETLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HTC_INIT_INFOLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HIF_DEVICE_OS_DEVICE_INFOLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HCI_TRANSPORT_MISC_HANDLESLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HCI_TRANSPORT_CALLBACKSLuis R. Rodriguez
2011-03-11staging: ath6kl: remove-typedef ATH_DEBUG_MASK_DESCRIPTIONLuis R. Rodriguez
2011-03-11staging: ath6kl: remove-typedef AR_VIRTUAL_INTERFACE_TLuis R. Rodriguez
2011-03-11staging: ath6kl: remove-typedef AR3K_CONFIG_INFOLuis R. Rodriguez
2011-03-11staging: ath6kl: remove-typedef: A_UCHARLuis R. Rodriguez
2011-03-11staging: ath6kl: s|A_MEMCMP|memcmp|gLuis R. Rodriguez
2011-03-11staging: ath6kl: s|A_MEMCPY|memcpy|gLuis R. Rodriguez
2011-02-23staging: ath6kl: Eliminate cfg80211 warningsVipin Mehta
2011-02-18staging: ath6kl: Adding state in driver to track the sme stateVipin Mehta
2011-02-18staging: ath6kl: Fixing a memory leakVipin Mehta
2011-02-18staging: ath6kl: Adding support for txop bursting enable/disableVipin Mehta
2011-02-18staging: ath6kl: Consolidating hardware configurationVipin Mehta
2011-02-18staging: ath6kl: Fixing driver initialization for manufacturing modeVipin Mehta
2011-02-18staging: ath6kl: Fixing target crash due to mismatch connect/disconnectVipin Mehta
2011-02-18staging: ath6kl: Fixing a NULL pointer exceptionVipin Mehta
2011-02-02staging: ath6kl: Remove #define A_OKJoe Perches
2011-02-02staging: ath6kl: Convert (status != A_OK) to (status)Joe Perches
2011-02-02staging: ath6kl: Convert A_INT32 to s32Joe Perches
2011-02-02staging: ath6kl: Convert A_INT16 to s16Joe Perches
2011-02-02staging: ath6kl: Convert A_INT8 to s8Joe Perches
2011-02-02staging: ath6kl: Convert A_UINT32 to u32Joe Perches
2011-02-02staging: ath6kl: Convert A_UINT16 to u16Joe Perches
2011-02-02staging: ath6kl: Convert A_UINT8 to u8Joe Perches
2011-02-02staging: ath6kl: Convert A_CHAR to charJoe Perches
2011-02-02staging: ath6kl: Remove A_BOOL and TRUE/FALSEJoe Perches
2011-01-31staging: ath6kl: Convert A_UINT8 is_amsdu and is_acl_data_frame to A_BOOLJoe Perches
2011-01-31staging: ath6kl: Convert A_BOOL compressed sets from 0 to FALSEJoe Perches
2011-01-31staging: ath6kl: Convert bypasswmi to boolJoe Perches
2011-01-31staging: ath6kl: Remove A_FAILED macroJoe Perches
2011-01-31staging: ath6kl: Remove A_SUCCESS macroJoe Perches
2011-01-31staging: ath6kl: Convert enum A_STATUS to intJoe Perches
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches
2010-11-09Staging: ath6kl: Fix pointer casts on 64-bit architecturesBen Hutchings
2010-09-30staging: ath6kl: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov
2010-09-20staging: ath6kl: Fixing a race condition during initializationVipin Mehta
2010-09-20staging: ath6kl: '&pointer[0]' to 'pointer' fixAndy Shevchenko
2010-09-16staging: Use static const char * const where possibleJoe Perches
2010-09-16staging: ath6kl: use '%pM' format to print MAC addressAndy Shevchenko
2010-09-02staging: add ath6kl driver for AR6003 chipVipin Mehta