aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* adm8211: remove commented-out codePavel Machek2008-04-081-7/+0
* b43: use b43_is_mode() callMichael Buesch2008-04-081-2/+2
* b43: Fix PHY TX control words in SHMMichael Buesch2008-04-082-83/+117
* b43: Fix beacon BH updateMichael Buesch2008-04-082-42/+54
* mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2008-04-082-0/+2
* b43: Beaconing fixesMichael Buesch2008-04-082-6/+37
* iwlwifi: honour regulatory restrictions in scan codeJohannes Berg2008-04-082-0/+6
* iwlwifi: fix rfkill memory errorMohamed Abbas2008-04-083-18/+22
* iwlwifi: ensure led registration complete as part of initializationReinette Chatre2008-04-082-4/+4
* iwlwifi: use ieee80211_frequency_to_channelTomas Winkler2008-04-082-9/+8
* iwlwifi: move driver status inliners into iwl-core.hTomas Winkler2008-04-088-94/+91
* iwlwifi: hw names cleanupTomas Winkler2008-04-083-56/+62
* rt2x00: Use lib->config_filter() during scheduled packet filter configIvo van Doorn2008-04-081-11/+1
* b43: Fix TBTT and PU timingsMichael Buesch2008-04-082-8/+39
* b43: Add more N-PHY stuffMichael Buesch2008-04-084-12/+41
* b43: Use SSB block-I/O to do PIOMichael Buesch2008-04-082-83/+91
* iwl4965: use IWLWIFI_LEDS config variableReinette Chatre2008-04-081-1/+1
* drivers/net/wireless/iwlwifi/iwl-3945.h: correct CONFIG_IWL4965_LEDS typoJohn W. Linville2008-04-081-1/+1
* libertas: remove lbs_get_fwversion()Holger Schurig2008-04-083-24/+5
* libertas: move lbs_update_channel out of assoc.cHolger Schurig2008-04-082-17/+16
* libertas: move association code from scan.c into assoc.cHolger Schurig2008-04-086-424/+397
* libertas: move association code from join.c into scan.cHolger Schurig2008-04-0811-931/+890
* iwlwifi/Kconfg: make IWLWIFI_LEDS invisibleJohn W. Linville2008-04-081-6/+4
* iwlwifi: fix some warningsJohannes Berg2008-04-084-9/+10
* drivers/net/wireless/iwlwifi/iwl-debugfs.c: fix another '%llu' warningJohn W. Linville2008-04-081-1/+1
* wavelan_cs: stop inlining largish static functionsDenys Vlasenko2008-04-082-37/+36
* prism54: set carrier flags correctlyLuis R. Rodriguez2008-04-082-2/+7
* ssb: Turn suspend/resume upside downMichael Buesch2008-04-081-4/+6
* b43: Add PIO support for PCMCIA devicesMichael Buesch2008-04-0810-103/+1267
* iwlwifi: Eliminate association from beaconTomas Winkler2008-04-084-204/+51
* iwlwifi: eliminate conf_htTomas Winkler2008-04-081-83/+63
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-024-7/+21
|\
| * b43: Fix PCMCIA IRQ routingMichael Buesch2008-04-011-2/+4
| * b43: Add DMA mapping failure messagesMichael Buesch2008-04-011-1/+6
| * rt2x00: Ignore set_state(STATE_SLEEP) failureIvo van Doorn2008-03-271-2/+11
| * drivers/net/wireless/iwlwifi/iwl-4965.c: correct use of ! and &Julia Lawall2008-03-271-1/+1
| * libertas: fix spinlock recursion bugHolger Schurig2008-03-271-2/+0
* | wireless: fix various printk warnings on ia64 (and others)John W. Linville2008-04-013-5/+8
* | rt2x00: Remove MAC80211_LEDS dependencyIvo van Doorn2008-04-0112-247/+297
* | rt2x00: TO_DS filter depends on intf_ap_countIvo van Doorn2008-04-016-5/+17
* | rt2x00: Invert scheduled packet_filter checkIvo van Doorn2008-04-011-2/+2
* | iwlwifi: Fix synchronous host commandTomas Winkler2008-04-016-48/+52
* | iwlwifi: LED initialize before registeringTomas Winkler2008-04-011-2/+4
* | iwlwifi: unregister to upper stack before releasing resourcesRon Rindjunsky2008-04-011-3/+5
* | iwlwifi: move rate registration to module loadReinette Chatre2008-04-017-20/+46
* | iwlwifi: fix race condition during driver unloadMohamed Abbas2008-04-012-4/+62
* | iwlwifi: hook iwlwifi with Linux rfkillMohamed Abbas2008-04-019-34/+271
* | iwlwifi: add notification infrastructure to iwlcoreMohamed Abbas2008-04-013-0/+36
* | rt2x00: fixup some non-functional merge errorsJohn W. Linville2008-04-012-5/+1
* | libertas: don't depend on IEEE80211Holger Schurig2008-04-013-1/+31