Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61745
b: refs/heads/master
c: 33ccad3
h: refs/heads/master
i:
  61743: 024c44d
v: v3
  • Loading branch information
Jiri Benc authored and John W. Linville committed Jul 19, 2007
1 parent 0ba3051 commit 5f6946a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b8857a3bb93a94230fd205be784b01fa1932c47
refs/heads/master: 33ccad35a21df51c0d23f3e3e88688524e7b51ed
4 changes: 2 additions & 2 deletions trunk/net/mac80211/ieee80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -4986,8 +4986,8 @@ int ieee80211_register_hw(struct ieee80211_hw *hw)
* and we need some headroom for passing the frame to monitor
* interfaces, but never both at the same time.
*/
local->tx_headroom = max(local->hw.extra_tx_headroom,
sizeof(struct ieee80211_tx_status_rtap_hdr));
local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom,
sizeof(struct ieee80211_tx_status_rtap_hdr));

debugfs_hw_add(local);

Expand Down

0 comments on commit 5f6946a

Please sign in to comment.