summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/os
AgeCommit message (Expand)Author
2011-03-14ath6kl: remove-typedef HIF_DEVICELuis R. Rodriguez
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 HTC_ENDPOINT_STATSLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HIF_DEVICE_OS_DEVICE_INFOLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HCI_TRANSPORT_PROPERTIESLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HCI_TRANSPORT_MISC_HANDLESLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HCI_TRANSPORT_CONFIG_INFOLuis R. Rodriguez
2011-03-14ath6kl: remove-typedef HCI_TRANSPORT_CALLBACKSLuis R. Rodriguez
2011-03-14staging: ath6kl: Remove NULL check before kfreeIlia Mirkin
2011-03-11staging: ath6kl: remove-typedef COMMON_CREDIT_STATE_INFOLuis 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 AR6K_HCI_BRIDGE_INFOLuis R. Rodriguez
2011-03-11staging: ath6kl: remove-typedef AR6000_USER_SETKEYS_INFOLuis 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-23staging: ath6kl: buffer overflow in SEND_FRAME ioctlDan Carpenter
2011-02-23staging: ath6kl: cleanup in SEND_FRAME ioctlDan Carpenter
2011-02-18staging: ath6kl: Fixing disappearing of scan list due to jiffies wrap overVipin Mehta
2011-02-18staging: ath6kl: Fixing accidental overwriting of probed ssid list in the har...Vipin Mehta
2011-02-18staging: ath6kl: Adding state in driver to track the sme stateVipin Mehta
2011-02-18staging: ath6kl: Fixing the cached copy of the BSS filter set by userVipin Mehta
2011-02-18staging: ath6kl: Add configuration for excessive TX retry thresholdVipin 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: Return correct scan complete statusVipin Mehta
2011-02-18staging: ath6kl: Fixing key settings for WPA/WPA2Vipin 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_UINT64 to u64Joe 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