summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/ar6000_drv.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: remove-typedef HCI_TRANSPORT_CALLBACKSLuis R. Rodriguez2011-03-141-1/+1
* staging: ath6kl: remove-typedef ATH_DEBUG_MASK_DESCRIPTIONLuis R. Rodriguez2011-03-111-1/+1
* staging: ath6kl: remove-typedef AR_VIRTUAL_INTERFACE_TLuis R. Rodriguez2011-03-111-6/+6
* staging: ath6kl: remove-typedef AR3K_CONFIG_INFOLuis R. Rodriguez2011-03-111-1/+1
* staging: ath6kl: remove-typedef: A_UCHARLuis R. Rodriguez2011-03-111-41/+41
* staging: ath6kl: s|A_MEMCMP|memcmp|gLuis R. Rodriguez2011-03-111-3/+3
* staging: ath6kl: s|A_MEMCPY|memcpy|gLuis R. Rodriguez2011-03-111-28/+28
* staging: ath6kl: Eliminate cfg80211 warningsVipin Mehta2011-02-231-0/+1
* staging: ath6kl: Adding state in driver to track the sme stateVipin Mehta2011-02-181-0/+1
* staging: ath6kl: Fixing a memory leakVipin Mehta2011-02-181-0/+3
* staging: ath6kl: Adding support for txop bursting enable/disableVipin Mehta2011-02-181-0/+7
* staging: ath6kl: Consolidating hardware configurationVipin Mehta2011-02-181-69/+115
* staging: ath6kl: Fixing driver initialization for manufacturing modeVipin Mehta2011-02-181-1/+3
* staging: ath6kl: Fixing target crash due to mismatch connect/disconnectVipin Mehta2011-02-181-24/+26
* staging: ath6kl: Fixing a NULL pointer exceptionVipin Mehta2011-02-181-7/+10
* staging: ath6kl: Remove #define A_OKJoe Perches2011-02-021-78/+78
* staging: ath6kl: Convert (status != A_OK) to (status)Joe Perches2011-02-021-13/+13
* staging: ath6kl: Convert A_INT32 to s32Joe Perches2011-02-021-8/+7
* staging: ath6kl: Convert A_INT16 to s16Joe Perches2011-02-021-13/+11
* staging: ath6kl: Convert A_INT8 to s8Joe Perches2011-02-021-7/+7
* staging: ath6kl: Convert A_UINT32 to u32Joe Perches2011-02-021-87/+83
* staging: ath6kl: Convert A_UINT16 to u16Joe Perches2011-02-021-44/+44
* staging: ath6kl: Convert A_UINT8 to u8Joe Perches2011-02-021-88/+85
* staging: ath6kl: Convert A_CHAR to charJoe Perches2011-02-021-4/+4
* staging: ath6kl: Remove A_BOOL and TRUE/FALSEJoe Perches2011-02-021-126/+126
* staging: ath6kl: Convert A_UINT8 is_amsdu and is_acl_data_frame to A_BOOLJoe Perches2011-01-311-2/+4
* staging: ath6kl: Convert A_BOOL compressed sets from 0 to FALSEJoe Perches2011-01-311-3/+3
* staging: ath6kl: Convert bypasswmi to boolJoe Perches2011-01-311-4/+4
* staging: ath6kl: Remove A_FAILED macroJoe Perches2011-01-311-19/+17
* staging: ath6kl: Remove A_SUCCESS macroJoe Perches2011-01-311-5/+5
* staging: ath6kl: Convert enum A_STATUS to intJoe Perches2011-01-311-53/+53
* drivers/staging: Remove unnecessary semicolonsJoe Perches2010-11-161-1/+1
* Staging: ath6kl: Fix pointer casts on 64-bit architecturesBen Hutchings2010-11-091-2/+3
* staging: ath6kl: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov2010-09-301-8/+0
* staging: ath6kl: Fixing a race condition during initializationVipin Mehta2010-09-201-2/+4
* staging: ath6kl: '&pointer[0]' to 'pointer' fixAndy Shevchenko2010-09-201-2/+2
* staging: Use static const char * const where possibleJoe Perches2010-09-161-7/+7
* staging: ath6kl: use '%pM' format to print MAC addressAndy Shevchenko2010-09-161-7/+3
* staging: add ath6kl driver for AR6003 chipVipin Mehta2010-09-021-0/+6453
OpenPOWER on IntegriCloud