| Commit message (Expand) | Author | Age | Files | Lines |
* | wireless: update gfp/slab.h includes | Tejun Heo | 2010-05-24 | 1 | -0/+1 |
* | iwlwifi: fix internal scan race | Reinette Chatre | 2010-05-21 | 1 | -3/+18 |
* | drivers/net: remove useless semicolons | Joe Perches | 2010-05-17 | 1 | -1/+1 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-05-17 | 24 | -939/+1308 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-05-17 | 24 | -939/+1308 |
| |\ |
|
| | * | iwlwifi: clear driver stations when going down | Johannes Berg | 2010-05-10 | 3 | -0/+21 |
| | * | iwlwifi: remove pointless HT check | Johannes Berg | 2010-05-10 | 1 | -4/+6 |
| | * | iwlwifi: rename iwl_add_local_station | Johannes Berg | 2010-05-10 | 4 | -9/+6 |
| | * | iwlwifi: move iwl_find_station() to 4965 | Johannes Berg | 2010-05-10 | 3 | -51/+44 |
| | * | iwlwifi: use iwl_sta_id() for TKIP key update | Johannes Berg | 2010-05-10 | 3 | -11/+15 |
| | * | iwlagn: use iwl_sta_id() for aggregation | Johannes Berg | 2010-05-10 | 5 | -28/+25 |
| | * | iwlwifi: use iwl_find_station less | Johannes Berg | 2010-05-10 | 5 | -78/+29 |
| | * | iwlwifi: add iwl_sta_id() | Johannes Berg | 2010-05-10 | 1 | -0/+8 |
| | * | iwlwifi: track station IDs | Johannes Berg | 2010-05-10 | 8 | -52/+82 |
| | * | iwlwifi: provide more comments for cfg structure | Wey-Yi Guy | 2010-05-10 | 1 | -0/+12 |
| | * | iwlwifi: "tx power per chain" are part of ucode_tx_stats | Wey-Yi Guy | 2010-05-10 | 3 | -42/+21 |
| | * | iwlagn: work around rate scaling reset delay | Reinette Chatre | 2010-05-10 | 1 | -1/+37 |
| | * | iwlwifi: rework broadcast station management | Johannes Berg | 2010-05-10 | 11 | -99/+89 |
| | * | iwlwifi: split allocation/sending local station LQ | Johannes Berg | 2010-05-10 | 1 | -8/+8 |
| | * | iwlwifi: fix iwl_sta_init_lq station ID | Johannes Berg | 2010-05-10 | 1 | -7/+4 |
| | * | iwlwifi: note that priv->bssid is used only by 3945 | Johannes Berg | 2010-05-10 | 1 | -1/+1 |
| | * | iwlwifi: use vif in iwl_ht_conf | Johannes Berg | 2010-05-10 | 1 | -4/+5 |
| | * | iwlwifi: remove useless priv->vif check | Johannes Berg | 2010-05-10 | 1 | -4/+1 |
| | * | iwlagn: use virtual interface in TX aggregation handling | Johannes Berg | 2010-05-10 | 3 | -11/+14 |
| | * | iwlwifi: push virtual interface through | Johannes Berg | 2010-05-10 | 9 | -122/+118 |
| | * | iwlwifi: apply filter flags directly | Johannes Berg | 2010-05-10 | 1 | -30/+22 |
| | * | iwlagn: use vif->type to check station | Johannes Berg | 2010-05-10 | 1 | -1/+1 |
| | * | iwlagn: move iwl_get_ra_sta_id to 4965 | Johannes Berg | 2010-05-10 | 3 | -12/+10 |
| | * | iwlwifi: remove rts_threshold | Johannes Berg | 2010-05-10 | 1 | -1/+0 |
| | * | iwl3945: add plcp error checking | Abhijeet Kolekar | 2010-05-10 | 3 | -3/+69 |
| | * | iwlagn: implement loading a new firmware file type | Johannes Berg | 2010-05-10 | 4 | -9/+187 |
| | * | iwlagn: prepare for new firmware file format | Johannes Berg | 2010-05-10 | 1 | -123/+168 |
| | * | iwlwifi: move eeprom version printout to eeprom init | Johannes Berg | 2010-05-10 | 2 | -6/+7 |
| | * | iwlwifi: remove ucode virtual functions | Johannes Berg | 2010-05-10 | 10 | -123/+47 |
| | * | iwl3945: remove ucode access indirection | Johannes Berg | 2010-05-10 | 2 | -49/+30 |
| | * | iwlagn: show and store firmware build number | Johannes Berg | 2010-05-10 | 1 | -10/+15 |
| | * | iwlwifi: manage IBSS station properly | Johannes Berg | 2010-05-10 | 14 | -28/+66 |
| | * | iwlwifi: pass address to iwl_remove_station | Johannes Berg | 2010-05-10 | 1 | -7/+7 |
| | * | iwl3945: use iwl3945_add_bcast_station | Johannes Berg | 2010-05-10 | 1 | -1/+1 |
| | * | iwlwifi: make bcast LQ command available for later restore actions | Reinette Chatre | 2010-05-10 | 4 | -29/+75 |
| | * | iwlwifi: dump firmware build info in error case | Shanyu Zhao | 2010-05-10 | 1 | -0/+3 |
| | * | iwlwifi: checking for all the possible failure cases | Wey-Yi Guy | 2010-05-10 | 1 | -2/+4 |
| | * | iwlwifi: wimax co-exist code clean up | Wey-Yi Guy | 2010-05-10 | 3 | -61/+59 |
| | * | iwlwifi: give correct return information for tx power debugfs | Wey-Yi Guy | 2010-05-10 | 1 | -1/+1 |
| | * | iwlwifi: use cfg to configure calibration operation | Wey-Yi Guy | 2010-05-10 | 6 | -5/+44 |
| | * | iwlwifi: use .cfg to enable/disable continuous ucode trace | Wey-Yi Guy | 2010-05-10 | 6 | -2/+20 |
| | * | iwlwifi: remove device type checking for tx power in debugfs | Wey-Yi Guy | 2010-05-10 | 4 | -2/+10 |
| | * | iwlwifi: use vif iwl_bss_info_changed | Johannes Berg | 2010-05-10 | 1 | -5/+3 |
| | * | iwlwifi: rename "tx_power" to "chain_tx_power" | Wey-Yi Guy | 2010-05-10 | 1 | -3/+3 |
| | * | iwlwifi: remove powersave debugfs if it is not supported | Wey-Yi Guy | 2010-05-10 | 1 | -2/+5 |