| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211/nl80211: scanning (and mac80211 update to use it) | Johannes Berg | 2009-02-13 | 4 | -7/+25 |
* | zd1211rw: honour enable_beacon conf | Johannes Berg | 2009-02-13 | 1 | -3/+13 |
* | zd1211rw: do not ratelimit no-ops | Johannes Berg | 2009-02-13 | 2 | -4/+8 |
* | orinoco: Storage class should be before const qualifier | Tobias Klauser | 2009-02-13 | 1 | -1/+1 |
* | ath5k: Storage class should be before const qualifier | Tobias Klauser | 2009-02-13 | 1 | -2/+2 |
* | ath9k: Remove all the useless ah_ variable prefixes | Sujith | 2009-02-13 | 18 | -845/+841 |
* | ath9k: Cleanup EEPROM operations | Sujith | 2009-02-13 | 6 | -1492/+1453 |
* | ath9k: Add callbacks hooks for EEPROM operations | Sujith | 2009-02-13 | 1 | -0/+17 |
* | ath9k: Merge ath_hal and ath_hal_5416 structures | Sujith | 2009-02-13 | 22 | -1109/+956 |
* | ath9k: Remove duplicate variables | Sujith | 2009-02-13 | 5 | -76/+38 |
* | ath9k: Move regulatory information to a separate structure | Sujith | 2009-02-13 | 6 | -61/+66 |
* | ath9k: Store HW version information in a separate structure | Sujith | 2009-02-13 | 6 | -73/+84 |
* | ath9k: Remove all the sc_ prefixes | Sujith | 2009-02-13 | 7 | -342/+330 |
* | ath9k: Convert ANI channel to a pointer | Sujith | 2009-02-13 | 3 | -31/+31 |
* | ath9k: Header file cleanup | Sujith | 2009-02-13 | 26 | -2754/+2733 |
* | ath5k: Don't call reset on config_interface | Nick Kossifidis | 2009-02-13 | 1 | -3/+1 |
* | ath5k: Disable BMISS interrupts | Nick Kossifidis | 2009-02-13 | 1 | -7/+2 |
* | ath5k: Update reset code | Nick Kossifidis | 2009-02-13 | 6 | -296/+732 |
* | ath5k: Update initvals | Nick Kossifidis | 2009-02-13 | 3 | -947/+687 |
* | ath5k: Update RF Buffer handling | Nick Kossifidis | 2009-02-13 | 5 | -317/+379 |
* | ath5k: Update gain_F calibration code and add documentation | Nick Kossifidis | 2009-02-13 | 7 | -187/+319 |
* | ath5k: PHY code cleanup | Nick Kossifidis | 2009-02-13 | 3 | -1133/+1636 |
* | orinoco: hermes doesn't need to be a separate module | David Kilroy | 2009-02-13 | 2 | -20/+2 |
* | orinoco: hermes_dld does not need to be a module | David Kilroy | 2009-02-13 | 2 | -33/+4 |
* | orinoco: Move WEXT handlers into a separate file | David Kilroy | 2009-02-13 | 5 | -2350/+2408 |
* | orinoco: Move hardware functions into separate file | David Kilroy | 2009-02-13 | 4 | -583/+635 |
* | orinoco: Add hardware function to set multicast mode | David Kilroy | 2009-02-13 | 1 | -20/+31 |
* | orinoco: Use accessor functions for bitrate tables | David Kilroy | 2009-02-13 | 1 | -59/+81 |
* | orinoco: Move firmware handling into a separate file | David Kilroy | 2009-02-13 | 4 | -335/+358 |
* | orinoco: Move MIC helpers into new file | David Kilroy | 2009-02-13 | 4 | -74/+105 |
* | orinoco: Move scan helpers to a separate file | David Kilroy | 2009-02-11 | 4 | -219/+265 |
* | orinoco: use orinoco_private instead of net_device in scan helper | David Kilroy | 2009-02-11 | 1 | -5/+5 |
* | orinoco: Rename orinoco.c | David Kilroy | 2009-02-11 | 7 | -7/+8 |
* | orinoco: Fix interesting checkpatch errors | David Kilroy | 2009-02-11 | 1 | -30/+22 |
* | orinoco: keep line length below 80 characters | David Kilroy | 2009-02-11 | 1 | -45/+68 |
* | orinoco: remove unnecessary braces | David Kilroy | 2009-02-11 | 1 | -11/+7 |
* | orinoco: spaces in parenthesised expressions | David Kilroy | 2009-02-11 | 1 | -55/+55 |
* | orinoco: address leading and trailing whitespace | David Kilroy | 2009-02-11 | 1 | -53/+53 |
* | b43: Add parts of LP-PHY TX power control | Michael Buesch | 2009-02-11 | 5 | -3/+262 |
* | ath9k: Add retry counters to rate control debug file | Sujith | 2009-02-11 | 3 | -4/+30 |
* | ath9k: Handle mac80211's FIF_CONTROL flag properly | Sujith | 2009-02-11 | 1 | -0/+3 |
* | ath9k: Remove all the redundant internal buffer types | Sujith | 2009-02-11 | 3 | -29/+23 |
* | ath9k: Lock mac80211 callbacks with a mutex | Sujith | 2009-02-11 | 1 | -14/+46 |
* | ixgbe: Removing the unused PAGE_USE_COUNT() macro. | Breno Leitão | 2009-02-11 | 1 | -6/+0 |
* | e1000e: Serdes - attempt autoneg when link restored. | dave graham | 2009-02-11 | 2 | -1/+139 |
* | e1000e: remove RXSEQ link monitoring for serdes | dave graham | 2009-02-11 | 1 | -2/+2 |
* | e1000e: Disable dynamic clock gating for 82571 per si errata. | dave graham | 2009-02-11 | 2 | -0/+13 |
* | e1000e: add aer support | Jesse Brandeburg | 2009-02-11 | 1 | -9/+30 |
* | irda: Use __netdev_alloc_skb() instead of __dev_alloc_skb(). | David S. Miller | 2009-02-10 | 1 | -1/+2 |
* | netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb(). | David S. Miller | 2009-02-10 | 2 | -2/+2 |