Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | bcma: add bus num counter | Hauke Mehrtens | 2012-02-06 | 2 | -1/+12 | |
| | * | | bcma: add PCIe host controller | Hauke Mehrtens | 2012-02-06 | 6 | -39/+690 | |
| | * | | bcma: make some functions __devinit | Hauke Mehrtens | 2012-02-06 | 6 | -10/+10 | |
| | * | | bcma: export bcma_pcie_read() | Hauke Mehrtens | 2012-02-06 | 2 | -1/+4 | |
| | * | | bcma: add constants for PCI and use them | Hauke Mehrtens | 2012-02-06 | 2 | -54/+155 | |
| | * | | bcma: add the core unit number | Hauke Mehrtens | 2012-02-06 | 2 | -0/+15 | |
| | * | | rt2800: document RF_R03 register bits [7:4] | Stanislaw Gruszka | 2012-02-06 | 1 | -0/+3 | |
| | * | | rt2800: radio 3xxxx: channel switch RX/TX calibration fixes | Stanislaw Gruszka | 2012-02-06 | 2 | -3/+24 | |
| | * | | rt2800: radio 3xxx: add channel switch calibration routines | Stanislaw Gruszka | 2012-02-06 | 1 | -0/+14 | |
| | * | | rt2800: radio 3xxx: program RF_R1 during channel switch | Stanislaw Gruszka | 2012-02-06 | 1 | -0/+34 | |
| | * | | rt2800: radio 3xxx: reprogram only lower bits of RF_R3 | Stanislaw Gruszka | 2012-02-06 | 2 | -1/+9 | |
| | * | | net: Fix typo in ipw2x00/libipw_rx.c | Masanari Iida | 2012-02-06 | 1 | -1/+1 | |
| | * | | mac80211: redesign auth/assoc | Johannes Berg | 2012-02-06 | 8 | -1227/+1038 | |
| | * | | cfg80211: export cfg80211_ref_bss | Johannes Berg | 2012-02-06 | 3 | -5/+26 | |
| | * | | cfg80211: stop tracking authenticated state | Johannes Berg | 2012-02-06 | 7 | -362/+91 | |
| | * | | mac80211: remove dummy STA support | Johannes Berg | 2012-02-06 | 4 | -155/+38 | |
| | * | | mac80211: implement sta_add/sta_remove in sta_state | Johannes Berg | 2012-02-06 | 4 | -19/+19 | |
| | * | | mac80211: add sta_state callback | Johannes Berg | 2012-02-06 | 8 | -28/+194 | |
| | * | | mac80211: add NOTEXIST station state | Johannes Berg | 2012-02-06 | 2 | -0/+3 | |
| | * | | mac80211: dont program keys for stations not uploaded | Johannes Berg | 2012-02-06 | 1 | -16/+14 | |
| | * | | mac80211: simplify AP_VLAN handling | Johannes Berg | 2012-02-06 | 5 | -33/+7 | |
| | * | | mac80211: move managed mode station state modification | Johannes Berg | 2012-02-06 | 1 | -14/+14 | |
| | * | | Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | John W. Linville | 2012-02-06 | 30 | -1776/+1837 | |
| | |\ \ | ||||||
| | | * | | iwlwifi: range check to testmode direct reg access | Amit Beka | 2012-02-02 | 1 | -2/+16 | |
| | | * | | iwlwifi: release IRQ in error path | Johannes Berg | 2012-02-02 | 1 | -1/+3 | |
| | | * | | iwlwifi: move all ucode routines to iwl-ucode.c | Don Fry | 2012-02-02 | 7 | -719/+791 | |
| | | * | | iwlwifi: move bcast_sta_id init to common routine | Don Fry | 2012-02-02 | 5 | -10/+1 | |
| | | * | | iwlwifi: clarify comment | Don Fry | 2012-02-02 | 1 | -1/+1 | |
| | | * | | iwlwifi: debug print in tx_queue_set_status is more clear | Emmanuel Grumbach | 2012-02-02 | 1 | -3/+6 | |
| | | * | | iwlwifi: stop_hw replace enable_rfkill_int | Emmanuel Grumbach | 2012-02-02 | 4 | -11/+10 | |
| | | * | | iwlwifi: move hw_rev to transport layer | Emmanuel Grumbach | 2012-02-02 | 3 | -11/+4 | |
| | | * | | iwlwifi: kill bus_get_hw_id | Emmanuel Grumbach | 2012-02-02 | 6 | -49/+10 | |
| | | * | | iwlwifi: kill bus_get_hw_id_string | Emmanuel Grumbach | 2012-02-02 | 5 | -21/+6 | |
| | | * | | iwlwifi: kill bus_is_pm_supported | Emmanuel Grumbach | 2012-02-02 | 5 | -28/+4 | |
| | | * | | iwlwifi: kill bus_apm_config | Emmanuel Grumbach | 2012-02-02 | 3 | -40/+46 | |
| | | * | | iwlwifi: consolidate the start_device flow | Emmanuel Grumbach | 2012-02-02 | 4 | -120/+103 | |
| | | * | | iwlwifi: move the RF kill logic from iwl_probe to transport | Emmanuel Grumbach | 2012-02-02 | 2 | -23/+11 | |
| | | * | | iwlwifi: introduce trans_ops->stop_hw | Emmanuel Grumbach | 2012-02-02 | 5 | -44/+61 | |
| | | * | | iwlwifi: move apm_init to start_hw | Emmanuel Grumbach | 2012-02-02 | 4 | -89/+87 | |
| | | * | | iwlwifi: move prepare_card_hw to start_hw | Emmanuel Grumbach | 2012-02-02 | 3 | -21/+15 | |
| | | * | | iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw | Emmanuel Grumbach | 2012-02-02 | 4 | -19/+29 | |
| | | * | | iwlwifi: don't use the bus for ucode fw_desc any more | Emmanuel Grumbach | 2012-02-02 | 3 | -17/+19 | |
| | | * | | iwlwifi: remove the pointer to dev from the bus layer | Emmanuel Grumbach | 2012-02-02 | 5 | -17/+16 | |
| | | * | | iwlwifi: give trans to all the read / write functions | Emmanuel Grumbach | 2012-02-02 | 24 | -406/+405 | |
| | | * | | iwlwifi: the read / write register ops move to transport | Emmanuel Grumbach | 2012-02-02 | 5 | -64/+48 | |
| | | * | | iwlwifi: move the bus configuration to transport | Emmanuel Grumbach | 2012-02-02 | 5 | -117/+158 | |
| | | * | | iwlwifi: allocate the transport from the bus layer | Emmanuel Grumbach | 2012-02-02 | 4 | -30/+48 | |
| | | * | | iwlwifi: move the shrd memory from priv | Emmanuel Grumbach | 2012-02-02 | 3 | -4/+11 | |
| | | * | | iwlwifi: separate the APM from the EEPROM | Emmanuel Grumbach | 2012-02-02 | 2 | -4/+4 | |
| | | * | | iwlwifi: Connect IDI transport to driver. | Gregory Greenman | 2012-02-02 | 4 | -2/+23 |