Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205676
b: refs/heads/master
c: 6856ba1
h: refs/heads/master
v: v3
  • Loading branch information
Simon Wunderlich authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent 522e394 commit ae8a058
Show file tree
Hide file tree
Showing 4 changed files with 15 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: 5a39195769febbc29a1d60d02f655ee32c252813
refs/heads/master: 6856ba1f44522b381c9a60b7972dd0fb52c54093
12 changes: 12 additions & 0 deletions trunk/drivers/staging/batman-adv/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
batman-adv 2010.0.0:

* support latest kernels (2.6.21 - 2.6.35)
* further code refactoring and cleaning for coding style
* move from procfs based configuration to sysfs
* reorganized sequence number handling
* limit queue lengths for batman and broadcast packets
* many bugs (endless loop and rogue packets on shutdown, wrong tcpdump output,
missing frees in error situations, sleeps in atomic contexts) squashed

-- Fri, 18 Jun 2010 21:34:26 +0200

batman-adv 0.2.1:

* support latest kernels (2.6.20 - 2.6.33)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/batman-adv/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[state: 03-05-2010]
[state: 12-06-2010]

BATMAN-ADV
----------
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/batman-adv/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define DRIVER_DESC "B.A.T.M.A.N. advanced"
#define DRIVER_DEVICE "batman-adv"

#define SOURCE_VERSION "0.2.2-beta"
#define SOURCE_VERSION "2010.0.0"


/* B.A.T.M.A.N. parameters */
Expand Down

0 comments on commit ae8a058

Please sign in to comment.