Merge branch 'for-4.2-misc' into k.o/for-4.2

This commit is contained in:
Doug Ledford
2015-06-02 09:33:22 -04:00
10 changed files with 47 additions and 18 deletions

View File

@@ -91,6 +91,7 @@ struct iw_cm_id {
/* Used by provider to add and remove refs on IW cm_id */
void (*add_ref)(struct iw_cm_id *);
void (*rem_ref)(struct iw_cm_id *);
u8 tos;
};
struct iw_cm_conn_param {