summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: reorder some transmit handlersJohannes Berg2008-05-221-116/+118
* mac80211: use rate index in TX controlJohannes Berg2008-05-2225-151/+205
* mac80211: let drivers wake but not start queuesJohannes Berg2008-05-2212-33/+14
* mac80211: fix bugs in queue handling functionsJohannes Berg2008-05-221-3/+3
* iwlwifi: trigger event log from debugfsEster Kummer2008-05-225-113/+143
* iwlwifi: refactor pci prob flowTomas Winkler2008-05-224-45/+54
* iwlwifi: add debugfs to disable/enable run time calibrationTomas Winkler2008-05-225-4/+44
* iwlwifi: remove 4965 remainings in iwl-eeprom.c fileTomas Winkler2008-05-221-11/+11
* iwlwifi: iwl5000 WiFi/WiMax coexistenceRon Rindjunsky2008-05-222-0/+66
* iwlwifi: add ucode init flow handling for iwl5000Ron Rindjunsky2008-05-222-0/+185
* iwlwifi: add ucode loaders for iwl5000Ron Rindjunsky2008-05-223-0/+145
* iwlwifi: add rx_handlers stub for iwl5000Ron Rindjunsky2008-05-221-0/+5
* iwlwifi: rename and move Tx queue activation/deactivationRon Rindjunsky2008-05-222-12/+12
* iwlwifi: clean up and bug fix for securityEmmanuel Grumbach2008-05-226-46/+29
* iwlwifi: don't switch to SGI if not supported by APEmmanuel Grumbach2008-05-223-4/+22
* iwlwifi: move TX code into iwl-tx.cTomas Winkler2008-05-226-691/+691
* iwlwifi: refactor ieee80211_get_qos_ctrlTomas Winkler2008-05-225-60/+63
* iwlwifi: remove 4956 form iwl4965_tx_cmdTomas Winkler2008-05-225-11/+7
* iwlwifi: move more station managment into iwl-sta.cTomas Winkler2008-05-226-279/+283
* iwlwifi: move iwl_bcast_addr to iwlcoreTomas Winkler2008-05-224-8/+12
* iwlwifi: remove 4965 from iwl4965_rate_infoTomas Winkler2008-05-225-30/+31
* iwlwifi: remove 4965 prefix from iwl4965_frameTomas Winkler2008-05-223-13/+13
* iwlwifi: remove 4965 from iwl4965_tx_queue_update_write_ptrTomas Winkler2008-05-221-19/+19
* iwlwifi: get_hw_cmd_sizeGregory Greenman2008-05-227-18/+65
* iwlwifi: rename iwl4965_tx_info to iwl_tx_infoTomas Winkler2008-05-222-4/+4
* iwlwifi: rename iwl4965_queue to iwl_queueTomas Winkler2008-05-224-32/+22
* iwlwifi: filling Tx MCS setRon Rindjunsky2008-05-221-6/+27
* mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky2008-05-223-45/+83
* iwlwifi: remove iwl4965_nic_start functionRon Rindjunsky2008-05-221-8/+2
* iwlwifi: changing irrelevant commentRon Rindjunsky2008-05-221-1/+1
* mac80211: tkip.c use struct tkip_ctx in phase 2 key mixingHarvey Harrison2008-05-221-10/+7
* mac80211: tkip.c use struct tkip_ctx in phase 1 key mixingHarvey Harrison2008-05-221-17/+10
* mac80211: add a struct to hold tkip contextHarvey Harrison2008-05-225-49/+50
* mac80211: add const, remove unused function, make one function staticHarvey Harrison2008-05-224-20/+7
* mac80211: introduce struct michael_mic_ctx and static helpersHarvey Harrison2008-05-222-35/+44
* mac80211: michael.c use kernel-provided infrastructureHarvey Harrison2008-05-221-46/+14
* libertas: reduce command retry timeHolger Schurig2008-05-222-12/+14
* mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov2008-05-221-6/+9
* mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov2008-05-221-12/+4
* mac80211: Do not report false error from mesh_path_add.Pavel Emelyanov2008-05-221-1/+1
* mac80211: Fix sleeping allocation under lock in mesh_path_node_copy.Pavel Emelyanov2008-05-221-1/+1
* mac80211: Report allocation failure from mesh_path_node_copy.Pavel Emelyanov2008-05-221-1/+4
* mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov2008-05-223-4/+16
* mac80211: Fix one more call to synchronize_rcu in atomic context.Pavel Emelyanov2008-05-221-1/+0
* mac80211: Brush up error paths in mesh_path_add.Pavel Emelyanov2008-05-221-22/+20
* libertas: sysfs interface for accessing default mesh channelJavier Cardona2008-05-221-0/+45
* libertas: Add reset_card() callback to hardware driverDavid Woodhouse2008-05-222-0/+6
* libertas: sysfs interface for accessing non-volatile configurationJavier Cardona2008-05-225-9/+423
* libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona2008-05-228-20/+132
* libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse2008-05-225-96/+105