| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | b43: Add NPHY kconfig option | Michael Buesch | 2008-01-28 | 2 | -0/+17 |
* | b43-ssb-bridge: Add PCI ID for BCM43XG | Michael Buesch | 2008-01-28 | 1 | -0/+1 |
* | b44: power down PHY when interface down | Miguel Botón | 2008-01-28 | 1 | -5/+23 |
* | ssb: add 'ssb_pcihost_set_power_state' function | Miguel Botón | 2008-01-28 | 1 | -0/+7 |
* | b43: Add definitions for MAC Control register | Michael Buesch | 2008-01-28 | 2 | -22/+28 |
* | b43: Remove PIO support | Michael Buesch | 2008-01-28 | 8 | -252/+21 |
* | ssb: Fix PCMCIA lowlevel register access | Michael Buesch | 2008-01-28 | 2 | -29/+45 |
* | b43: Fix chip access validation for new devices | Michael Buesch | 2008-01-28 | 2 | -15/+30 |
* | b43: Only select allowed TX and RX antennas | Michael Buesch | 2008-01-28 | 3 | -12/+42 |
* | ssb: Fix extraction of values from SPROM | Michael Buesch | 2008-01-28 | 6 | -43/+107 |
* | iwlwifi: fix typo in 'drivers/net/wireless/iwlwifi/Kconfig' | Zhu Yi | 2008-01-28 | 1 | -2/+2 |
* | prism54: remove questionable down_interruptible usage | Daniel Walker | 2008-01-28 | 1 | -8/+4 |
* | Revert "rtl8187: fix tx power reading" | John W. Linville | 2008-01-28 | 1 | -4/+4 |
* | misc wireless annotations | Al Viro | 2008-01-28 | 6 | -25/+25 |
* | ipw2200: do not byteswap struct ipw_associate | Al Viro | 2008-01-28 | 2 | -40/+26 |
* | ipw2200 trivial annotations | Al Viro | 2008-01-28 | 2 | -94/+90 |
* | prism54 trivial annotations | Al Viro | 2008-01-28 | 4 | -26/+26 |
* | bcm43xx annotations | Al Viro | 2008-01-28 | 4 | -29/+29 |
* | p54pci: endianness annotations and fixes | Al Viro | 2008-01-28 | 2 | -10/+10 |
* | hostap: don't mess with mixed-endian even for internal skb queues | Al Viro | 2008-01-28 | 2 | -10/+9 |
* | hostap annotations | Al Viro | 2008-01-28 | 11 | -235/+233 |
* | airo: last of endianness annotations | Al Viro | 2008-01-28 | 1 | -226/+218 |
* | airo: sanitize handling of StatusRid | Al Viro | 2008-01-28 | 1 | -65/+67 |
* | airo: sanitize APListRid handling | Al Viro | 2008-01-28 | 1 | -12/+11 |
* | airo: sanitize handling of CapabilityRid | Al Viro | 2008-01-28 | 1 | -63/+69 |
* | airo: sanitize handling of StatsRid | Al Viro | 2008-01-28 | 1 | -36/+42 |
* | airo: sanitize handling of WepKeyRid | Al Viro | 2008-01-28 | 1 | -39/+33 |
* | airo: sanitize BSSListRid handling | Al Viro | 2008-01-28 | 1 | -39/+30 |
* | bap_read()/bap_write() work with fixed-endian buffers | Al Viro | 2008-01-28 | 1 | -27/+29 |
* | airo: sanitize handling of SSID_rid | Al Viro | 2008-01-28 | 1 | -54/+49 |
* | airo: trivial endianness annotations | Al Viro | 2008-01-28 | 1 | -25/+26 |
* | ipw2200: ipw_tx_skb() endianness bug | Al Viro | 2008-01-28 | 1 | -1/+1 |
* | ipw2200 fix: ->rt_chbitmask is le16 | Al Viro | 2008-01-28 | 1 | -2/+2 |
* | ipw2200 fix: struct ieee80211_radiotap_header is little-endian | Al Viro | 2008-01-28 | 1 | -9/+9 |
* | ray_cs fixes | Al Viro | 2008-01-28 | 1 | -41/+26 |
* | ipw2100 annotations and fixes | Al Viro | 2008-01-28 | 1 | -5/+5 |
* | p54common annotations and fixes | Al Viro | 2008-01-28 | 1 | -4/+4 |
* | hostap: fix endianness with txdesc->sw_support | Al Viro | 2008-01-28 | 1 | -2/+2 |
* | airo: fix writerids() endianness | Al Viro | 2008-01-28 | 1 | -2/+2 |
* | airo endianness bug: cap_rid.extSoftCap | Al Viro | 2008-01-28 | 1 | -1/+2 |
* | airo: bug in airo_interrupt() handling on incoming 802.11 | Al Viro | 2008-01-28 | 1 | -51/+23 |
* | airo: fix endianness bug in ->dBm handling | Al Viro | 2008-01-28 | 1 | -3/+6 |
* | airo: fix transmit_802_11_packet() | Al Viro | 2008-01-28 | 1 | -8/+3 |
* | ieee80211: beacon->capability is little-endian | Al Viro | 2008-01-28 | 1 | -20/+19 |
* | ieee80211: fix misannotations | Al Viro | 2008-01-28 | 4 | -22/+22 |
* | ieee80211softmac_auth_resp() fix | Al Viro | 2008-01-28 | 1 | -3/+3 |
* | several missing cpu_to_le16() in ieee80211softmac_capabilities() | Al Viro | 2008-01-28 | 1 | -5/+5 |
* | eliminate byteswapping in struct ieee80211_qos_parameters | Al Viro | 2008-01-28 | 3 | -57/+48 |
* | wireless: cleanup some merge errors | John W. Linville | 2008-01-28 | 2 | -4/+36 |
* | [IPV4]: Enable use of 240/4 address space. | Jan Engelhardt | 2008-01-28 | 5 | -11/+12 |