Age | Commit message (Expand) | Author | Files | Lines |
2010-12-16 | rtl8192ce: Add new driver | Larry Finger | 44 | -0/+23374 |
2010-12-13 | rt2x00: Fix firmware loading regression on x86_64. | Wolfgang Kufner | 1 | -1/+1 |
2010-12-13 | rt2x00: Pad beacon to multiple of 32 bits. | Wolfgang Kufner | 3 | -8/+18 |
2010-12-13 | rt2x00: remove stray semicolon | Johannes Stezenbach | 1 | -1/+1 |
2010-12-13 | rt2x00: Fix WMM Queue naming | Ivo van Doorn | 10 | -112/+112 |
2010-12-13 | rt2x00: Introduce extra queue entry sanity flag | Ivo van Doorn | 3 | -5/+14 |
2010-12-13 | rt2x00: Cleanup RX index counting | Ivo van Doorn | 5 | -7/+19 |
2010-12-13 | rt2x00: Add "flush" queue command | Ivo van Doorn | 9 | -61/+161 |
2010-12-13 | rt2x00: Protect queue control with mutex | Ivo van Doorn | 9 | -141/+302 |
2010-12-13 | rt2x00: Reorganize queue callback functions | Ivo van Doorn | 15 | -83/+55 |
2010-12-13 | rt2x00: Introduce 3 queue commands in drivers (start, kick, stop). | Ivo van Doorn | 9 | -287/+530 |
2010-12-13 | rt2x00: trivial: add missing \n on warnings | Johannes Stezenbach | 4 | -8/+8 |
2010-12-13 | rt2x00: Don't frequently reset beacon interval in AdHoc mode | Helmut Schaa | 7 | -10/+50 |
2010-12-13 | rt2x00: Ensure TX-ed frames are returned in the original state. | Gertjan van Wingerde | 1 | -5/+8 |
2010-12-13 | rt2x00: fix hang when unplugging USB device in use | Johannes Stezenbach | 1 | -2/+12 |
2010-12-13 | rt2x00: Add RF chip definition | RA-Jay Hung | 1 | -2/+8 |
2010-12-13 | rt2x00: Implement get_survey callback for rt2800 | Helmut Schaa | 5 | -0/+63 |
2010-12-13 | rt2x00: Add rt2800 EEPROM definition | RA-Jay Hung | 2 | -86/+119 |
2010-12-13 | ath9k_hw: update AR9003 initvals to improve carrier leak calibration/correction | Felix Fietkau | 1 | -50/+50 |
2010-12-13 | ath9k_hw: update AR9003 initvals for improved radar detection | Felix Fietkau | 1 | -2/+2 |
2010-12-13 | ath9k_hw: fix PA predistortion training power selection | Felix Fietkau | 5 | -17/+112 |
2010-12-13 | ath9k_hw: fix the PA predistortion rate mask | Felix Fietkau | 2 | -2/+8 |
2010-12-13 | ath9k: fix PA predistortion thermal measurement handling | Felix Fietkau | 1 | -30/+44 |
2010-12-13 | ath9k_hw: fix the slot time setting for long distance links | Felix Fietkau | 1 | -1/+1 |
2010-12-13 | ath9k_hw: initialize ah->slottime | Felix Fietkau | 1 | -1/+1 |
2010-12-13 | ath9k_htc: Add Ubiquiti wifistation ext to supported devices | Sujith Manoharan | 1 | -0/+1 |
2010-12-13 | ath9k_hw: remove ah->txpower_indexoffset | Felix Fietkau | 3 | -3/+0 |
2010-12-13 | ath9k_hw: remove ah->beacon_interval | Felix Fietkau | 2 | -4/+0 |
2010-12-13 | ath9k_hw: clean up SREV version checks | Felix Fietkau | 4 | -42/+13 |
2010-12-13 | ath9k_hw: remove antenna configuration eeprom ops and variables | Felix Fietkau | 7 | -95/+3 |
2010-12-13 | ath9k_hw: merge the ar9287 version of ath9k_hw_get_gain_boundaries_pdadcs | Felix Fietkau | 2 | -166/+32 |
2010-12-13 | ath9k_hw: merge ath9k_hw_get_gain_boundaries_pdadcs between eeprom_def.c and ... | Felix Fietkau | 4 | -331/+200 |
2010-12-13 | ath9k_hw: clean up duplicate and unnused eeprom related defines | Felix Fietkau | 8 | -138/+77 |
2010-12-13 | ath9k_hw: only use the PCIe disable register write sequence for AR5416 | Felix Fietkau | 1 | -5/+1 |
2010-12-13 | ath9k: fix sequence number assigment for non-AMPDU QoS data frames | Felix Fietkau | 1 | -3/+6 |
2010-12-13 | ath9k: Use power save wrappers for TSF get/set | Sujith Manoharan | 1 | -0/+4 |
2010-12-13 | b43: rename TMS defines, drop useless condition from core reset | Rafał Miłecki | 2 | -10/+6 |
2010-12-13 | b43: N-PHY: use designed function and macro for writing tables | Rafał Miłecki | 1 | -21/+10 |
2010-12-13 | b43: N-PHY: one more fix for order of tables initialization | Rafał Miłecki | 1 | -2/+2 |
2010-12-13 | b43: N-PHY: use correct bit for controlling MAC and PHY | Rafał Miłecki | 1 | -2/+2 |
2010-12-13 | cfg80211/nl80211: separate unicast/multicast default TX keys | Johannes Berg | 3 | -4/+6 |
2010-12-13 | ath9k: clean up hardware code for beacon handling | Mohammed Shafi Shajakhan | 1 | -14/+0 |
2010-12-13 | ath: Missed to clear key4 of micentry | Rajkumar Manoharan | 1 | -0/+2 |
2010-12-13 | ath9k: Add change_interface callback | Rajkumar Manoharan | 1 | -21/+69 |
2010-12-13 | ath9k: fix assumptions for idle calls on suspend/resume | Luis R. Rodriguez | 2 | -2/+5 |
2010-12-13 | ath9k: Fix power save count imbalance on ath_radio_enable() | Luis R. Rodriguez | 1 | -2/+2 |
2010-12-09 | ath: fix build break with ATH_DBG_WARN_ON_ONCE | John W. Linville | 1 | -1/+4 |
2010-12-09 | ath5k: Fix modinfo does not list alias -> pci-id lines | Sedat Dilek | 1 | -0/+1 |
2010-12-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 15 | -60/+82 |
2010-12-08 | ath9k_hw: warn if we cannot change the power to the chip | Luis R. Rodriguez | 1 | -0/+7 |