|
@@ -437,6 +437,9 @@ wlcore_set_ht_cap(struct wl1271 *wl, enum ieee80211_band band,
|
|
|
/* extra header space is required for TKIP */
|
|
|
#define WLCORE_QUIRK_TKIP_HEADER_SPACE BIT(8)
|
|
|
|
|
|
+/* Some firmwares not support sched scans while connected */
|
|
|
+#define WLCORE_QUIRK_NO_SCHED_SCAN_WHILE_CONN BIT(9)
|
|
|
+
|
|
|
/* TODO: move to the lower drivers when all usages are abstracted */
|
|
|
#define CHIP_ID_1271_PG10 (0x4030101)
|
|
|
#define CHIP_ID_1271_PG20 (0x4030111)
|