Revert "qcacmn: Add cdp ops to set/get timestamp for management frames"

1) This reverts commit
   I7025fdd7540f47bb4d3f95ef6d9f2ef92af5f1f1

2) Reverted changes have been taken care through:
   Idd7617782e71ee187eef7fcb3523c05b49f82094

CRs-Fixed: 2300055
Change-Id: Icc47ded9a585e356b7eae1ad53ffea6668510308
This commit is contained in:
Krunal Soni
2018-08-20 17:33:21 -07:00
committed by nshrivas
parent 0dd995fb96
commit a88d618314
5 changed files with 0 additions and 200 deletions

View File

@@ -7949,8 +7949,6 @@ static struct cdp_peer_ops dp_ops_peer = {
.peer_get_peer_mac_addr = dp_peer_get_peer_mac_addr,
.get_vdev_for_peer = dp_get_vdev_for_peer,
.get_peer_state = dp_get_peer_state,
.get_last_mgmt_timestamp = dp_get_last_mgmt_timestamp,
.update_last_mgmt_timestamp = dp_update_last_mgmt_timestamp,
};
#endif