| Commit message (Expand) | Author | Age | Files | Lines |
* | ath9k: Code scrub | Sujith | 2008-11-26 | 8 | -1865/+1231 |
* | nl80211: Change max TX power to be in mBm instead of dBm | Jouni Malinen | 2008-11-26 | 2 | -3/+4 |
* | orinoco: Provide option to avoid unnecessary fw caching | David Kilroy | 2008-11-26 | 3 | -0/+75 |
* | orinoco: Resume spectrum_cs in the same way as orinoco_cs | David Kilroy | 2008-11-26 | 1 | -1/+20 |
* | orinoco: Cache Symbol firmware | David Kilroy | 2008-11-26 | 2 | -15/+34 |
* | orinoco: Separate fw caching from download | David Kilroy | 2008-11-26 | 1 | -15/+38 |
* | ath9k: Handle -ENOMEM on RX gracefully | Luis R. Rodriguez | 2008-11-26 | 1 | -31/+26 |
* | rfkill: always call get_state() hook on resume | Henrique de Moraes Holschuh | 2008-11-26 | 1 | -0/+10 |
* | rfkill: preserve state across suspend | Henrique de Moraes Holschuh | 2008-11-26 | 2 | -1/+7 |
* | mac80211: Look out for some other AP when disassoc is received. | Vivek Natarajan | 2008-11-26 | 1 | -2/+6 |
* | nl80211: Report max TX power in NL80211_BAND_ATTR_FREQS | Jouni Malinen | 2008-11-26 | 2 | -0/+7 |
* | ath5k: Clean up eeprom parsing and add missing calibration data | Felix Fietkau | 2008-11-26 | 4 | -192/+1264 |
* | ath9k: Dont update rate control for every AMPDU | Vasanthakumar Thiagarajan | 2008-11-26 | 3 | -1/+5 |
* | iwlwifi: TX update chicken bits | Winkler, Tomas | 2008-11-26 | 3 | -0/+17 |
* | iwlwifi: TX setup fix confusion between TX queue and TX DMA channel | Winkler, Tomas | 2008-11-26 | 3 | -8/+16 |
* | iwlwifi: 4965 define firmware file name once | Winkler, Tomas | 2008-11-26 | 1 | -2/+3 |
* | iwlwifi: enable base band calibration in 5000 HW | Tomas Winkler | 2008-11-26 | 2 | -2/+7 |
* | iwlwifi: move iwl_clear_stations_table to iwl-sta.c | Winkler, Tomas | 2008-11-26 | 4 | -23/+25 |
* | iwl3945 : Fix ad-hoc mode for 3945 | Abhijeet Kolekar | 2008-11-26 | 1 | -4/+1 |
* | ath5k: set mac address in add_interface | Bob Copeland | 2008-11-26 | 2 | -11/+14 |
* | ath9k: Use straightforward PCI routines to setup the TX buffer. | Sujith | 2008-11-26 | 1 | -16/+7 |
* | ath9k: Update TX trigger level on a FIFO underrun. | Sujith | 2008-11-26 | 1 | -1/+3 |
* | ath9k: Fix bug in deciphering channel flags | Sujith | 2008-11-26 | 2 | -7/+7 |
* | ath9k: Move TX completion routine to xmit.c | Sujith | 2008-11-26 | 3 | -65/+56 |
* | ath9k: Use helpers | Sujith | 2008-11-26 | 2 | -197/+194 |
* | ath9k: General code scrub | Sujith | 2008-11-26 | 6 | -412/+277 |
* | ath9k: Remove ath9k_rate_table | Sujith | 2008-11-26 | 10 | -374/+132 |
* | ath9k: Use rate_driver_data | Sujith | 2008-11-26 | 5 | -226/+108 |
* | ath9k: Remove ath_rate_softc | Sujith | 2008-11-26 | 5 | -87/+45 |
* | ath9k: Remove rate control reference in VAP | Sujith | 2008-11-26 | 4 | -85/+50 |
* | ath9k: We don't support non-HT devices, so remove superfluous code. | Sujith | 2008-11-26 | 1 | -39/+0 |
* | ath9k: Revamp RX handling | Sujith | 2008-11-26 | 3 | -519/+209 |
* | ath9k: Nuke fixed rate handling in driver | Sujith | 2008-11-26 | 5 | -137/+4 |
* | ath9k: Remove half/quarter rate tables | Sujith | 2008-11-26 | 3 | -127/+20 |
* | ath9k: Remove ath_rate_newassoc() | Sujith | 2008-11-26 | 1 | -25/+8 |
* | ath9k: Remove ath_setup_rates | Sujith | 2008-11-26 | 1 | -26/+10 |
* | ath9k: Simplify RC alloc/free functions | Sujith | 2008-11-26 | 1 | -41/+7 |
* | ath9k: Merge struct ath_tx_ratectrl with ath_rate_node | Sujith | 2008-11-26 | 2 | -225/+192 |
* | ath9k: Fix panic while unregistering rfkill | Vasanthakumar Thiagarajan | 2008-11-26 | 1 | -4/+4 |
* | rtl8187: Fix transmission count sent to mac80211 | Larry Finger | 2008-11-26 | 1 | -1/+1 |
* | mac80211: Fix pid rate-setting algorithm to allow rate changes | Larry Finger | 2008-11-26 | 1 | -1/+1 |
* | rt2x00: Don't switch off LED on initialization | Ivo van Doorn | 2008-11-26 | 1 | -6/+0 |
* | orinoco: indicate it is using dBm in wireless_stats and spy | Andrey Borzenkov | 2008-11-26 | 1 | -2/+2 |
* | mac80211: make Minstrel the default rate control algorithm | Luis R. Rodriguez | 2008-11-26 | 1 | -4/+4 |
* | mac80211: don't assume driver has been attached on registration | Luis R. Rodriguez | 2008-11-25 | 1 | -3/+2 |
* | ath9k: Configure AR_PHY_SWITCH_COM with apropriate antenna control | Vasanthakumar Thiagarajan | 2008-11-25 | 1 | -1/+1 |
* | p54: honour bss_info_changed's basic_rates and other settings | Christian Lamparter | 2008-11-25 | 2 | -5/+27 |
* | p54pci: cache firmware for suspend/resume | Christian Lamparter | 2008-11-25 | 3 | -25/+35 |
* | p54: minor fixes | Christian Lamparter | 2008-11-25 | 2 | -4/+8 |
* | p54: enable Mesh Point support | Christian Lamparter | 2008-11-25 | 1 | -3/+8 |