Changeset 56c0930 in mainline for uspace/drv/bus/usb/ar9271/ath.h
- Timestamp:
- 2015-02-20T14:33:29Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4cb0148
- Parents:
- ab365c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ar9271/ath.h
rab365c4 r56c0930 48 48 /** Atheros wifi device structure */ 49 49 typedef struct ath { 50 /** Maximum length of data response message. */ 51 size_t data_response_length; 52 53 /** Maximum length of control response message. */ 54 size_t ctrl_response_length; 55 50 56 /** Implementation specific data. */ 51 57 void *specific_data;
Note:
See TracChangeset
for help on using the changeset viewer.