Skip to content

Commit

Permalink
mac80211: remove description of dropped member
Browse files Browse the repository at this point in the history
Commit 976bd9e ("mac80211: move beacon_loss_count into ifmgd")
removed the member from the sta_info struct but the description stayed
lingering. Remove it.

Signed-off-by: Luis de Bethencourt <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
luisbg authored and jmberg-intel committed Apr 5, 2016
1 parent 84ea3a1 commit c2d4592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/mac80211/sta_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ DECLARE_EWMA(signal, 1024, 8)
* @uploaded: set to true when sta is uploaded to the driver
* @sta: station information we share with the driver
* @sta_state: duplicates information about station state (for debug)
* @beacon_loss_count: number of times beacon loss has triggered
* @rcu_head: RCU head used for freeing this station struct
* @cur_max_bandwidth: maximum bandwidth to use for TX to the station,
* taken from HT/VHT capabilities or VHT operating mode notification
Expand Down

0 comments on commit c2d4592

Please sign in to comment.