device: Drop now unused start/stop_ap_pending fields

This commit is contained in:
Andrew Zaborowski 2018-08-24 03:37:51 +02:00 committed by Denis Kenzior
parent 58f91a741b
commit c0a70cc9b7
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ struct device {
uint32_t roam_scan_id;
uint8_t preauth_bssid[ETH_ALEN];
struct signal_agent *signal_agent;
struct l_dbus_message *start_ap_pending;
struct l_dbus_message *stop_ap_pending;
struct wiphy *wiphy;
struct netdev *netdev;